Skip to content

Commit 3b62550

Browse files
committed
readme and space invaders contract
1 parent 1ccc926 commit 3b62550

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

readme.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@ running for this repository. You will also need to upload the contracts in the `
3232
#### Using http-server
3333
- Run the `npm i -g http-server` command to install `http-server` globally.
3434
- Go into the `build` directory.
35-
- Run `http-server`
35+
- 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

Comments
 (0)