Skip to content

Instantly share code, notes, and snippets.

@apemon
Last active August 5, 2018 13:19
Show Gist options
  • Save apemon/443e3143f4c084dbc49d874b1a0b7cf1 to your computer and use it in GitHub Desktop.
Save apemon/443e3143f4c084dbc49d874b1a0b7cf1 to your computer and use it in GitHub Desktop.
ndid-smart-contract.md

Clone smart-contract repo

git clone https://github.com/ndidplatform/smart-contract.git

Build the smart-contract docker image (use v0.5.0 version)

cd smart-contract
git checkout tags/v0.5.0 -b v0.5.0
cd docker
docker-compose -f docker-compose.build.yml build --no-cache

Run the smart contract components

docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment