testnet
testnet copied to clipboard
Testnet planning & documentation
https://github.com/ewasm/sentinel-governance - Make sure to have truffle 5.x installed: `npm install -g truffle@next` - Then change `truffle-config.js` to point to the RPC endpoint - Then use `truffle deploy` to deploy
Closes #119.
Add wasm (rust) precompiles to the geth genesis file https://github.com/ewasm/testnet/issues/58 Pending: - [ ] ecrecover - [ ] modexp
https://github.com/ewasm/testnet/issues/136
The bootnode enode urls should be put in a static-nodes.json file, to help geth connect to the network.
child of #33
Closes #111.