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
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A guide to the basic differences between Web3.js and Ethers.js, the two most pop
6
6
7
7
## Sample Dapp Contract
8
8
9
-
Inside the `example` folder, you will find a simple Truffle project with the following Solidity contract:
9
+
Inside the `smart-contracts` folder, you will find a simple Truffle project with the following Solidity contract:
10
10
11
11
```
12
12
pragma solidity ^0.5.0;
@@ -30,12 +30,12 @@ Before you run any of the frontend UIs, make sure to start the development conso
30
30
31
31
## Two Frontend UIs
32
32
33
-
Also inside the `example` folder, there are two folders (`app-ethers` and `app-web3js`) each containing a simple React frontend for the above contract. The only substantial difference between these two UIs is located in the `useCounterContract.js` files.
33
+
There are two folders (`app-ethers` and `app-web3js`) each containing a simple React frontend for the above contract. The only substantial difference between these two UIs is located in the `useCounterContract.js` files.
0 commit comments