For the complete documentation index, see llms.txt. This page is also available as Markdown.

Network Configuration

Switch Network on Testnet

On Testnet, you will set the network to Goerli.

import Fortmatic from 'fortmatic';
import Web3 from 'web3';

// Setting test network to Goerli
const fm = new Fortmatic('YOUR_TEST_API_KEY', 'goerli');
window.web3 = new Web3(fm.getProvider());

Switch Network to Custom Node

You can choose to use your own node, like a development test node or a sidechain. We currently support:

Please contact us at our support channel if you want to use other nodes.

Last updated

Was this helpful?