Smart contracts are code that runs on a blockchain. You can compile Solidity smart contracts, and test, deploy, verify, and interact with them on Injective’s Ethereum Virtual Machine (EVM). You can do so using standard EVM developer tools and frameworks too. These guides show you how to do so using Hardhat and Foundry.Documentation Index
Fetch the complete documentation index at: https://injectivelabs-mintlify-jp-developers-first-half-1777019423.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Hardhat
This guide will walk you through building an EVM Smart Contract on Injective Testnet using Hardhat.- Set up Hardhat and compile a smart contract
- Test a smart contract using Hardhat
- Deploy a smart contract using Hardhat
- Verify a smart contract using Hardhat
- Interact with a smart contract using Hardhat
Foundry
This guide will walk you through building an EVM Smart Contract on Injective Testnet using Foundry.- Set up Foundry and compile a smart contract
- Test a smart contract using Foundry
- Deploy a smart contract using Foundry
- Verify a smart contract using Foundry
- Interact with a smart contract using Foundry
