add readme file

This commit is contained in:
fmtabbara
2021-11-20 21:12:06 +00:00
parent 66e5afe485
commit 4953b40a42
3 changed files with 25 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
VALIDATOR_ADDRESS=
MNEMONIC=
TESTNET_URL_1=
TESTNET_URL_2=
ACCOUNT_ADDRESS=
+17
View File
@@ -0,0 +1,17 @@
# Nym Testnet Token Faucet Page
## Installation
`yarn install`
## Environment variabled
Create a file in the root directory called `.env`. Copy the everything from the `.env.sample` file into the `.env` file and add the required values`
## Development environment
`yarn dev`
## Build
`yarn build`
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "testnet faucet for token aquisition",
"license": "MIT",
"scripts": {
"dev": "yarn parcel ./src/index.html"
"dev": "yarn parcel ./src/index.html",
"build": "yarn parcel build ./src/index.html"
},
"dependencies": {
"@emotion/react": "^11.6.0",