Skip to content

Instantly share code, notes, and snippets.

@benjaminbollen
Created May 27, 2020 16:54
Show Gist options
  • Save benjaminbollen/9b4dcf774b420f2d1546dd4503be9c31 to your computer and use it in GitHub Desktop.
Save benjaminbollen/9b4dcf774b420f2d1546dd4503be9c31 to your computer and use it in GitHub Desktop.
git clone https://github.com/mosaicdao/mosaic-chains
cd mosaic-chains
git checkout 0.1.0-alpha.10
npm ci
./mosaic start 1414 --origin ethereum -g
## you d expect to see the web3 endpoints printed (by default on port 41414 instead of 8545)
# Below are the list of endpoints for 1414 chain :
#| Type | URL |
#| :--: | :--------------------------: |
#| rpc | http://192.168.178.131:41414 |
#| ws | ws://192.168.178.131:51414 |
# to follow the logs (eg. check the node syncing)
./mosaic logs 1414
# to see which docker processes are running
./mosaic list
# to stop the node
./mosaic stop 1414
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment