updated readme

This commit is contained in:
Sowmay Jain 2020-06-09 22:03:07 +10:00
parent ab8903ee79
commit 9bdd8a08dd
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# DSA auxiliaries guides
- [web3 implementation](/web3.md).
- [web3 implementation](/web3-implementation.md).
- setup mainnet fork environment (WIP)
Our team is super active to assist with your queries at our [TG developer group](https://t.me/instadevelopers) or [discord channel](https://discord.gg/83vvrnY).

View File

@ -1,4 +1,4 @@
# Fork-Ethereum-Mainnet
# Setup Mainnet Fork Environment
Interact with InstaDApp DSA using Forked Mainnet from your local network
@ -8,7 +8,7 @@ So, today we will take a look at how you can fork the mainnet and interact with
**Step 1:** Forking the Ethereum Mainnet
Open terminal and run
Open terminal and run:
```javascript
ganache-cli --fork https://mainnet.infura.io/v3/{Project_Id} --unlock {Ethereum_Address} -p {Port_Number} --networkId 1