Sign inSign up

orisi/client

By orisi

Updated almost 11 years ago

Image
0

286

orisi/client repository overview

Dockerized Orisi Client

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

Quick install

  • If you have docker installed - running Orisi Oracle node is as easy as typing
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 don't have docker installed I prepared for you super short Docker installation procedures, Linux, MacosX and Windows
Docker usage cheatsheet

Building Orisi Docker Client Image from source

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.

Tag summary

Content type

Image

Digest

sha256:d7062b2df

Size

254.7 MB

Last updated

almost 11 years ago

docker pull orisi/client