Skip to content

Commit 7bcc58a

Browse files
committed
updated README
1 parent c3e6649 commit 7bcc58a

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,28 @@ npm install --global yarn
4444
yarn install
4545
```
4646

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:
4860
```
4961
yarn hardhat compile
5062
```
5163

52-
4. Interact with JS:
64+
2. Run Scripts:
5365
```
5466
yarn hardhat run <script name>
5567
```
56-
5. Run tests:
68+
3. Run tests:
5769
```
5870
yarn hardhat test
5971
```
@@ -91,7 +103,11 @@ git commit -m "your message"
91103

92104
<hr>
93105

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+
95111

96112

97113
<hr>

0 commit comments

Comments
 (0)