mirror of
https://github.com/Instadapp/dsa-developers.git
synced 2024-07-29 21:56:57 +00:00
updated readme
This commit is contained in:
parent
ab8903ee79
commit
9bdd8a08dd
|
@ -1,6 +1,6 @@
|
||||||
# DSA auxiliaries guides
|
# DSA auxiliaries guides
|
||||||
|
|
||||||
- [web3 implementation](/web3.md).
|
- [web3 implementation](/web3-implementation.md).
|
||||||
- setup mainnet fork environment (WIP)
|
- 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).
|
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).
|
|
@ -1,4 +1,4 @@
|
||||||
# Fork-Ethereum-Mainnet
|
# Setup Mainnet Fork Environment
|
||||||
|
|
||||||
Interact with InstaDApp DSA using Forked Mainnet from your local network
|
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
|
**Step 1:** Forking the Ethereum Mainnet
|
||||||
|
|
||||||
Open terminal and run
|
Open terminal and run:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
ganache-cli --fork https://mainnet.infura.io/v3/{Project_Id} --unlock {Ethereum_Address} -p {Port_Number} --networkId 1
|
ganache-cli --fork https://mainnet.infura.io/v3/{Project_Id} --unlock {Ethereum_Address} -p {Port_Number} --networkId 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user