Skip to content

Commit bc334b3

Browse files
committed
fix readme intructions
1 parent 1b87b20 commit bc334b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ ___ADD_TEXT___
3030
## 1. Installing components:
3131
`npm install`
3232

33-
## 2. Configuring the .env files :
33+
## 2. Compiling and generating json interface
3434
`cd ethereum`
35-
36-
## 3. Compiling and generating json interface
3735
`node compile.js`
3836

39-
## 4. Deploying on the blockchain
37+
## 3. Configuring the .env files :
4038

4139
`touch .env`
4240

@@ -47,6 +45,8 @@ the blockchain
4745
PROVIDER_URL = "[INFURA_PROVIDER_URL]" #insert here your infura url (go to
4846
infura.io, create account and new project, then select testnet you want to use
4947
i.e. rinkeby and then copy the link here)`
48+
49+
## 4. Deploying on the blockchain
5050
`node deploy.js`
5151

5252
Once the deploy is succeeded, it will be generated `/.env.local` file with a

0 commit comments

Comments
 (0)