diff --git a/README.md b/README.md index b08ba1c..5e706a4 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file diff --git a/fork-mainnet.md b/fork-mainnet.md index a41a32e..b378bb0 100644 --- a/fork-mainnet.md +++ b/fork-mainnet.md @@ -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