0.0.14 • Published 1 year ago

hardhat-gui v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
0.0.14

1 year ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago