Skip to main content

Mainnet Testnet Image

Overview

Reactive Mainnet is a proof-of-stake blockchain for the Reactive Network. Lasna Testnet serves as a testing environment, allowing developers to test and refine features before deploying them on the mainnet.

System Contract

Reactive Mainnet and Lasna 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/100, meaning you get 100 REACT for 1 SepETH sent. You can use MetaMask or any compatible wallet for the transfer.

Important

Do not send more than 5 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 5 SepETH, which will yield 500 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

Lasna Testnet