Overview
Reactive Mainnet is a proof-of-stake blockchain for the Reactive Network. Kopli Testnet serves as a testing environment, allowing developers to test and refine features before deploying them on the mainnet.
System Contract
Reactive Mainnet and Kopli Testnet use the same system contract address: 0x0000000000000000000000000000000000fffFfF
Reactive Mainnet
- Network Name — Reactive Mainnet
- RPC URL — https://mainnet-rpc.rnk.dev/
- Chain ID — 1597
- Currency Symbol — REACT
- Block Explorer URL — https://reactscan.net/
Get Testnet REACT
To receive testnet REACT, send SepETH to the Reactive faucet contract on Ethereum Sepolia: 0x9b9BB25f1A81078C544C829c5EB7822d747Cf434
. The factor is 1/5 (or 0.1), meaning you get 5 REACT for 1 SepETH sent. You can use MetaMask or any compatible wallet for the transfer.
Alternatively, call the request(address)
method on the Reactive faucet contract:
cast send 0x9b9BB25f1A81078C544C829c5EB7822d747Cf434 --rpc-url $SEPOLIA_RPC --private-key $SEPOLIA_PRIVATE_KEY "request(address)" $CONTRACT_ADDR --value 0.1ether
Kopli Testnet
- Network Name — Reactive Kopli
- RPC URL — https://kopli-rpc.rnk.dev/
- Chain ID — 5318008
- Currency Symbol — REACT
- Block Explorer URL — https://kopli.reactscan.net