add readme file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
VALIDATOR_ADDRESS=
|
||||
MNEMONIC=
|
||||
TESTNET_URL_1=
|
||||
TESTNET_URL_2=
|
||||
ACCOUNT_ADDRESS=
|
||||
|
||||
@@ -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`
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user