update README with env variables

This commit is contained in:
fmtabbara
2021-11-18 15:52:41 +00:00
parent 3d62a5de1e
commit 403d35e139
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
validatorAddress=
mnemonic=
testnetURL1=
accountAddress=
+4
View File
@@ -4,6 +4,10 @@
Run `yarn install`
### Add environment variables
Create a `.env` file in the root of the project. Copy the keys from the `.env.sample` file (found in the project root) into the `.env` file and and in the required values`
### Run development mode
Run `yarn dev`