Add MultiVM to StarKey

Connect your StarKey Wallet to the Supra MultiVM Testnet by adding the custom network details and funding your account using the built-in faucet. This setup ensures your wallet is ready to deploy and


1

Step 1: Open StarKey Wallet

Make sure the StarKey Wallet extension/app is installed and unlocked.

2

Step 2: Navigate to Networks

Click the All Networks at the top of the wallet. Select Add Network (the + icon).

3

Step 3: Enter the Network Details

Use the Supra MultiVM Testnet settings:

  • Network Name: Supra MultiVM Testnet

  • Network Type: Ethereum

  • RPC URL: Use the URL from the Network Information page

  • Symbol: SupEVM

  • Chain ID: (will auto-fill)

Click Add to save the network.

4

Step 4: Fund Your Wallet

Visit the MultiVM RPC endpoint:

https://rpc-multivm.supra.com/docs/#/operations/evm_faucet

Scroll to Faucet > EVM Faucet Endpoint Copy the GET request:

curl --request GET \
  --url https://rpc-multivm.supra.com/rpc/v1/wallet/evm_faucet/{address} \
  --header 'Accept: application/json'

Replace {address} with your StarKey wallet address, then run the command in your terminal.

Example Response:

{
 "Accepted": "c8f87d0d-6e96-45a2-9ac9-94ce41e8aae1"
}

Your wallet will receive test funds within a few moments.

Last updated