Smart contracts allows you to transform deals, laws, business logic or any other rules into code. Orisi is a platform that does smart contracts. oracle project is a Docker/Container implementation of Orisi nodes.
More here -> https://github.com/orisi/wiki/wiki/Orisi-White-Paper
docker pull orisi/client
docker run orisi/client > /dev/null &
Now you can docker inspect your container and login inside using ssh.
That's all!
If you want to have everything installed from scratch you can just download the Dockerfile from the source:
git clone https://github.com/orisi/client.git
cd client
docker build -t client .
Whole process should take around 20 minutes. Your mileage may vary.
Content type
Image
Digest
sha256:d7062b2df…
Size
254.7 MB
Last updated
almost 11 years ago
docker pull orisi/client