This demo originally created here: https://github.com/Kunstmaan/hands-on-with-multichain
Belong to this great article about Multichain: https://labs.kunstmaan.be/blog/hands-on-with-multichain
Since it not maintained, I clone it in this new repository and edit docker-compose to make it one single command running
- Install Docker on your machine.
- Clone this repo and cd into it
git clone https://github.com/sadok-f/multichain-demo.git
cd multichain-demo
- Setup the environment
./setupEnvironment.sh
- You can access MultiChain Explorer: http://localhost:2750/
- Run the exchange example
./runExchange.sh
- Run the document example
./runDocument.sh