Skip to main content

Kopli Testnet Image

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


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.

Important

Do not send more than 10 SepETH per request, as doing so will cause you to lose the excess amount without receiving any additional REACT. The maximum that should be sent in a single transaction is 10 SepETH, which will yield 50 REACT.

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