How to use a network
The instructions in this guide assume that you already have at least one network running on the platform.
I. Add network to wallet
In order to use a network with your wallet, click on one of your networks and select "Add to wallet" in the top right corner. You will need to approve the action with your wallet. Once your network is added, you can find it in the top left of menu of your wallet.
This feature only supports Metamask. For other wallets, please manually add your network using the Chain ID and RPC.
II. Use the faucet
Currently, the platform provides an unlimited faucet for ETH and USDC. You can simply pass in any address or import an address directly from your wallet. The faucet will send 10ETH / 10,000 USDC.
Alternatively, you can also use your own personal prefunded address. This address is the same across all your networks and is prefunded with 1 trillion ETH to allow for extensive testing.
III. Block explorer and RPC
When clicking on a network, you will see the URL for the block explorer and the PPC URL. The block explorer uses Blockscout and shows all the blocks being produced. You can use it to verify transactions and even interact with contracts. You can follow this guide on how to deploy your own contract and interact it with it using the block explorer.
The RPC URL can be used to interact with the network, for example to retrieve data, interact with smart contracts or deploy new ones.
Both of these URLs are public but are randomly generated so unless you share them with others, no one will be able to use your network.