A guide to setting up and using the Hardhat development environment for building, testing, and deploying on Cosmos EVM.
hardhat.config.ts
to include networks and settings for Cosmos EVM.
contracts/
directory. For this example, we’ll use a simple LiquidStakingVault
.
test/
directory.
scripts/
directory to deploy your contract to a live network.