Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 2.35 KB

rpc-endpoints.md

File metadata and controls

28 lines (15 loc) · 2.35 KB

Available networks

There are currently 2 public networks running NeuroWeb code:

  1. NeuroWeb Mainnet: The NeuroWeb main network secured by the Polkadot Relay Chain, with OTP as the native token and TRAC deployed as a native XC20 asset. This is the production environment.
  2. NeuroWeb Testnet: The NeuroWeb test network secured by the Rococo Relay Chain hosted by Parity. This is the recommended development environment for anyone building on NeuroWeb.

NeuroWeb Mainnet

ParameterValue
Chain ID2043
Network NameNeuroWeb Mainnet
RPC Endpointhttps://astrosat-parachain-rpc.origin-trail.network/
Token symbolNEURO (MNEURO in Metamask), formerly OTP
Block Explorer URLhttps://neuroweb.subscan.io/

Note: because of difference in token decimals between ETH (18) and NEURO/OTP (12), one token in Metamask will be equal to 1 milion NEUROs

NeuroWeb Testnet

{% hint style="success" %} The NeuroWeb Testnet is the testing environment for the NeuroWeb. It is the recommended environment for all DKG & Parachain development purposes - if you are building a dapp or smart contract, you can use the testnet as your "staging" environment. {% endhint %}

Polkadot.js endpoint is available here.

Metamask connection parameters:

ParametersValue
Chain ID20430
Network NameNeuroWeb Testnet
RPC Endpointhttps://lofar-testnet.origin-trail.network
Token symbolNEURO (MNEURO in Metamask), formerly OTP
Block Explorer URLhttps://neuroweb-testnet.subscan.io/

Note: because of difference in token decimals between ETH (18) and NEURO/OTP (12), one token in Metamask will be equal to 1 milion NEUROs