hardhat-gui
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

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-gui

Import 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 deploy

Last start react server

npx hardhat gui

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.144latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.144
0.0.132
0.0.122
0.0.111
0.0.102
0.0.92
0.0.82
0.0.72
0.0.62
0.0.52
0.0.42
0.0.32
0.0.22
0.0.12

Package Sidebar

Install

npm i hardhat-gui

Weekly Downloads

29

Version

0.0.14

License

MIT

Unpacked Size

665 kB

Total Files

65

Last publish

Collaborators

  • yecandir