Testnet Deployment
Last updated
Last updated
This guide will walk you through deploying a smart contract on the Injective EVM Testnet network.
The guide uses for deployments. Install it by running:
To verify the installation:
Add Injective EVM to your foundry.toml
Due to the EVM-equivalence of Injective, foundry commands should work as expected. The major difference is the network URL. In most cases, using --rpc-url injectiveEvm
is sufficient.
After the deployment is completed, you can verify the contract.
Your private key should have INJ on the Injective network. A transaction will be created which requires a gas fee. You can request EVM testnet funds
After that, you can navigate to the contract address in Explorer to see the code, parsed logs, and callable methods ().
You can read more about foundry deploying , or you can check other deployment options . You can also read more about forge verify-contract .
← Previous
Next →