Using RSK nodes
Money on Chain contracts are executed on the RSK blockchain whose public nodes are testnet (testing environment) and mainnet (production environment). You can use a public node or install a node in your own server.
Public node: RSK Testnet
URL: https://public-node.testnet.rsk.co
chainID: 31
Cryptocurrency symbol: RBTC
Explorer: https://explorer.testnet.rsk.co/
Public node: RSK Mainnet
URL: https://public-node.rsk.co
chainID: 30
Cryptocurrency symbol: RBTC
Explorer: https://explorer.rsk.co/
Truffle config: truffle.js
If you use truffle then you can use the following settings in your truffle.js file
Installing your own node
Last updated