We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccc926 commit 3b62550Copy full SHA for 3b62550
readme.md
@@ -32,4 +32,11 @@ running for this repository. You will also need to upload the contracts in the `
32
#### Using http-server
33
- Run the `npm i -g http-server` command to install `http-server` globally.
34
- Go into the `build` directory.
35
-- Run `http-server`
+- Run `http-server`
36
+
37
+#### The .env File
38
39
+- PRIVATE_KEY: The private key of a faucet account.
40
+- ACCOUNT_NAME: The account name of the faucet account linked to the private key.
41
+- NETWORK_HOST: The URI of the local EOS node you are running.
42
+- NETWORK_PORT: The port of the local EOS node you are running.
0 commit comments