Nabarun Gogoi
cacd306b22
* Rename .env file * Add web app services to docker compose file * Add laconicd to deploy contract and send txs * Add demo with steps for running mobymask app with L2 chain * Add fix for yarn install on M1 platform in react-peer * Update multiaddrs to use websockets * Add notes in readmes --------- Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"relayNodes": [
|
|
"/ip4/127.0.0.1/tcp/9090/ws/p2p/12D3KooWSPCsVkHVyLQoCqhu2YRPvvM7o6r6NRYyLM5zeA6Uig5t"
|
|
],
|
|
"peer": {
|
|
"enableDebugInfo": true
|
|
}
|
|
}
|