Hardhat Integration
Hardhat is one of the most popular environments for developing EVM compatible smart contracts.
Kriptonio provides a plugin to easily push contracts developed inside Hardhat to the Kriptonio platform.
Installation
yarn add @kriptonio/hardhat-plugin
Usage
Open your hardhat.config
and at the top of the file, import the plugin.
import '@kriptonio/hardhat-plugin';
Now via CLI, you can upload your smart contracts developed in Hardhat to Kriptonio. Follow the steps and provide the required information about your smart contract, chain, and access token.
yarn hardhat kriptonio-upload
To read more detailed instructions about the plugin, including configuration options and other information, please visit the plugin README file.