You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+30-38
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# hardhat-gui-baker
2
2
3
-
_A simple plugin that automatically generate GUI for smartcontracts_
3
+
_A simple plugin that automatically generates GUI for smartcontracts_
4
4
5
5
## What
6
6
7
-
This plugin will help you quickly test smartcontracts by localy creating a website in next so you can interact with it. You will have access to all your functions and a toolkit to impersonate accounts on the go or receive ERC20.
7
+
This plugin will help you quickly test smartcontracts by locally creating a website in [viteJs](https://vitejs.dev/) so you can interact with it. You will have access to all your functions and a toolkit to impersonate accounts on the go or receive ERC20.
8
8
9
9
## Installation
10
10
11
11
```sh
12
+
pnpm i hardhat-gui-baker
13
+
14
+
yarn add hardhat-gui-baker
15
+
12
16
npm install hardhat-gui-baker
13
17
```
14
18
@@ -24,68 +28,56 @@ Or if you are using TypeScript, in your `hardhat.config.ts`:
0 commit comments