hardhat-gui
v0.0.14
Published
Hardhat Graphical User Interface
Maintainers
Readme
hardhat-gui
A Graphical User Interface for testing contracts with wallet.
A GUI Plugin for Hardhat
This plugin help you to test and control your deployed contracts before production. It creates simple one-click app for contracts
Installation
npm install hardhat-guiImport the plugin in your hardhat.config.js:
require('hardhat-gui');Or if you are using TypeScript, in your hardhat.config.ts:
import 'hardhat-gui';Required plugins
This plugin requires that contracts are deployed using hardhat-deploy plugin
Usage
First deploy your contracts if it is not deployed yet!
npx hardhat deployLast start react server
npx hardhat gui