File tree 1 file changed +20
-4
lines changed
1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,28 @@ npm install --global yarn
44
44
yarn install
45
45
```
46
46
47
- 3 . Compile Contracts:
47
+ ## To Run on Localhost:
48
+ 1 .
49
+ ```
50
+ cd peerpool
51
+ ```
52
+ 2 .
53
+ ```
54
+ yarn run dev
55
+ ```
56
+
57
+ ### Other Commands
58
+
59
+ 1 . Compile Contracts:
48
60
```
49
61
yarn hardhat compile
50
62
```
51
63
52
- 4 . Interact with JS :
64
+ 2 . Run Scripts :
53
65
```
54
66
yarn hardhat run <script name>
55
67
```
56
- 5 . Run tests:
68
+ 3 . Run tests:
57
69
```
58
70
yarn hardhat test
59
71
```
@@ -91,7 +103,11 @@ git commit -m "your message"
91
103
92
104
<hr >
93
105
94
- ### For Further Communications Join Our Discord Server: https://discord.gg/QHQ96vMF
106
+ ### For Further Communications
107
+ * Join Our Discord Server: https://discord.gg/QHQ96vMF
108
+
109
+ * Ping on discord: trev #4443
110
+
95
111
96
112
97
113
<hr >
You can’t perform that action at this time.
0 commit comments