This is Bloomen.io Multichain demo repository based on kunstmaan (https://github.com/Kunstmaan/docker-multichain) github repository.
- kunstmaan/base-multichain: A base Ubuntu with the latest Multichain deamon installed
- kunstmaan/master-multichain: Based on the "base" image running a master node, creates a blockchain and runs it. Important: only for development since any node can connect, anyone can administer and the RPC interface is open to all.
- kunstmaan/node-multichain: Based on the same "base" image and connects to the master node
- kunstmaan/explorer-multichain: A node with the Multichain explorer installed
- worldline-spain/multichain-web-demo: A node with the Multichain web demo customized for bloomen.io
Use this docker-compose.yml and run:
sudo docker-compose up
Accessible through port 8080 (http://localhost:8080)
Accessible through port 2750 (http://localhost:2750/chains)