Add the testnet to your wallet

To interact with the Shinzo testnet from a browser wallet, you add it as a custom network. This page lists the values every wallet needs, then steps through adding the network in MetaMask and Trust Wallet, with a generic method for any other EVM-compatible wallet at the end.

You need testnet SHNZ to pay for transactions such as registering a Host or Generator. Get it from the testnet faucet, and track on-chain activity on the Explorer.

Network parameters

Every wallet asks for the same set of fields. Use these values for the testnet:

FieldValue
Network nameShinzo
RPC URLhttp://testnet.shinzo.network:8545
Chain ID91273001
Currency symbolSHNZ
Block explorer URLhttps://explorer.shinzo.network

The block explorer URL field is optional in some wallets. Fill it in when the field is there, so transaction hashes and addresses link out to the Explorer.

HTTP RPC caveat

The testnet RPC endpoint uses plain HTTP rather than HTTPS. Some wallets refuse to add an HTTP endpoint for security reasons, and others add it but mark the network as untrusted. We are tracking the HTTPS work in shinzohub#97. Until that lands, use a wallet that accepts HTTP endpoints. MetaMask and Trust Wallet both do, and both are known to work with the testnet.

Add the network to MetaMask

  1. Open the MetaMask extension and click the network selector at the top.
  2. Click Add network and choose Add a network manually.
  3. Enter the values from the network parameters table. The Chain ID field accepts the decimal form 91273001.
  4. Click Save. MetaMask warns that the RPC endpoint is not HTTPS. Review the warning and confirm to continue.
  5. Switch to the Shinzo network from the network selector.

Add the network to Trust Wallet

Trust Wallet runs as both a mobile app and a browser extension. The fields are the same in each.

On mobile:

  1. Open the Trust Wallet app and tap the asset management icon in the top right of the main wallet screen.
  2. Tap the + button and switch to the Network tab.
  3. Select EVM as the network type and tap Add custom network.
  4. Enter the values from the network parameters table.
  5. Tap Save.

On the browser extension:

  1. Open the extension and select the Settings icon.
  2. Go to Network and click Add custom network.
  3. Enter the values from the network parameters table.
  4. Save the network and switch to it from the network selector.

Add the network to any other EVM-compatible wallet

If your wallet is not listed above, add the network manually from its custom-network or add-chain screen. The field names vary, but every EVM-compatible wallet asks for the same four required values plus an optional block explorer URL. Copy them from the network parameters table.

Wallets that expose the standard wallet_addEthereumChain method can also pick up the network from a dApp that calls it. Shinzo does not host that flow yet, so add the values by hand for now.

Next steps

Once your wallet is connected, you can register as a Host or Generator on the Registration app. See the Host quickstart and Generator registration guides for the full registration flow.