You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This Truffle box comes with everything you need to start [developing on flash lo
15
15
truffle unbox aave/flashloan-box
16
16
```
17
17
2. Rename the `env` file to `.env` and edit the following values in the file:
18
-
- Sign up for [Infura](https://infura.io/) (or a similar provider) and replace `YOUR_INFURA_KEY` with an API key for your project.
18
+
- Sign up for [Infura](https://infura.io/) (or a similar provider) and replace `YOUR_INFURA_KEY` with an API key for your project (this is called Project ID in the Infra dashboard).
19
19
- Replace `YOUR_ACCOUNT_KEY_FOR_DEPLOYMENT` with the private key of the ethereum account you will be using to deploy the contracts. This account will become the `owner` of the contract.
20
20
3. Ensure your ethereum account has some ETH to deploy the contract.
21
21
4. In your terminal, navigate to your repo directory and install the dependencies (if not already done):
@@ -50,7 +50,7 @@ If you are working across protocols, such as using the flash loaned amount on an
50
50
2. (Install and) Run [Ganache](https://www.trufflesuite.com/ganache), preferably the [CLI version](https://github.com/trufflesuite/ganache-cli)
51
51
3. In `truffle-config.js`, ensure the details for the `development` network match up with your running Ganache instance.
52
52
4. To minimise set up steps with Aave's lending pools, use Ganache's fork feature. This will 'fork' mainnet into your Ganache instance.
53
-
Open terminal, replace `YOUR_INFURA_KEY` in the following and run:
53
+
Open terminal, replace `YOUR_INFURA_KEY` (this is called Project ID in the Infra dashboard) in the following and run:
0 commit comments