Devnet Setup Instructions
Connecting Wallet
You can connect to the Devnet using any Ethereum-compatible wallet or development tools like MetaMask. Here is a step-by-step guide on connecting to the OpenGradient Devnet using Metamask:
- Install Metamask
- Create ETH Account in Metamask
- Navigate to Settings > Networks > Add Network
- On the Metamask webpage click Add a network manually
- Enter the following details:
- Network name:
OpenGradient Devnet
- RPC URL:
http://18.218.115.248:8545
- Chain ID:
2970285607590380
- Currency Symbol:
ETH
- Network name:
- Switch network to OpenGradient Devnet in upper left corner
- Request tokens from http://18.218.115.248:8080/
Block Explorer
Access here: http://3.145.62.2/
Deploying smart contracts
We recommend install Ethers.js for deploying smart contracts on OpenGradient Devnet.
Example smart contract with inference is on the Examples and Templates GitHub repo.