Getting Started

Table of Contents:

Connecting to ferrum network

1. Using PolkadotJS

Ferrum network is available at testnet.dev.svcs.ferrumnetwork.io

You should be able to view the network like below :

alt text

2. Using Metamask

To connect your metamask to Ferrum network, use the below configuration

Network Name : Ferrum Testnet

RPC URL : https://testnet.dev.svcs.ferrumnetwork.io/rpc/

ChainId : 26100

Currency : tFRM

The config should look like this :

alt text

Requesting Testnet tokens

You can use the below faucet to request testnet tokens :

https://testnet.faucet.ferrumnetwork.io/

Transferring tokens

Ferrum network parachain supports all evm transactions, so transferring tFRM tokens should be like transferring any other erc20 token :

To transfer tFRM token on the Ferrum network, switch your metamask to Ferrum Testnet

alt text

Enter the destination address and amount and confirm the transfer

alt text

Verifying transactions

All transactions (both substrate and evm transactions) can be seen on the ferrum explorer at testnet.dev.svcs.ferrumnetwork.io

In the above case, if you navigate to the explorer, you should see the transfer events on the network tab like below :

alt text

If you click on any event, you should see the details of that event :

alt text

Last updated