File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
4745PROVIDER_URL = "[ INFURA_PROVIDER_URL] " #insert here your infura url (go to
4846infura.io, create account and new project, then select testnet you want to use
4947i.e. rinkeby and then copy the link here)`
48+
49+ ## 4. Deploying on the blockchain
5050` node deploy.js `
5151
5252Once the deploy is succeeded, it will be generated ` /.env.local ` file with a
You can’t perform that action at this time.
0 commit comments