File tree 2 files changed +11
-17
lines changed
2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change
1
+ NEM_PRIVATE_KEY=Server privatekey
2
+ NEM_ADDRESS=server address
Original file line number Diff line number Diff line change @@ -24,28 +24,20 @@ Tx example: [Invoice for the game (encrypted)](http://bob.nem.ninja:8765/#/trans
24
24
25
25
1 . ` git clone https://github.com/AnthonyLaw/nem-steam-store ` .
26
26
2 . ` cd nem-steam-store ` .
27
- 3 . create ` .env ` file in root.
28
- ```
29
- REACT_APP_PRIVATE_KEY= address private key
30
- REACT_APP_ADDRESS= your address
31
- REACT_APP_STEAMSTORE_ADDRESS= store address from server
32
- REACT_APP_STEAMSTORE_PK= store public key from server
33
- ```
34
- 4. `npm install`
35
- 5. `npm start`
36
- 6. Open [http://localhost:3000](http://localhost:3000/) to view it in the browser.
27
+ 3 . ` cp .env-sample .env `
28
+ 4 . Configure all required variables in .env
29
+ 5 . ` npm install `
30
+ 6 . ` npm start `
31
+ 7 . Open [ http://localhost:3000 ] ( http://localhost:3000/ ) to view it in the browser.
37
32
38
33
## Setup NEM-Steam-Store-Server (nodejs)
39
34
40
35
1 . ` git clone https://github.com/AnthonyLaw/nem-steam-store-server ` .
41
36
2 . ` cd nem-steam-store-server ` .
42
- 3. create `.env` file in root.
43
- ```
44
- NEM_PRIVATE_KEY= store private key
45
- NEM_ADDRESS= store address
46
- ```
47
- 4. `npm install`
48
- 5. `npm start`
37
+ 3 . ` cp .env-sample .env `
38
+ 4 . Configure all required variables in .env
39
+ 5 . ` npm install `
40
+ 6 . ` npm start `
49
41
50
42
## Summary
51
43
You can’t perform that action at this time.
0 commit comments