Skip to content

Commit b7395d5

Browse files
committed
update readme with instructions to run tests
1 parent b45a112 commit b7395d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,17 @@ npm run build
318318

319319
### Deploy migrations
320320

321+
#### Prerequisites
322+
323+
1. Install and run the GSN. See: https://github.com/lightstreams-network/tabookey-gasless
324+
325+
2. Copy and set the environment variables:
326+
```
327+
$> cp .env.sample .env
328+
```
329+
330+
Ensure the RELAY_HUB variable has been set with the address of relayer admin account. This is copied from {TABOOKEY_PROJECT}/hubaddr.txt
331+
321332
To deploy every migration over a network, such as `standalone`, you can run:
322333
```
323334
$> FORCE_MIGRATION='true' npm run deploy -- standalone

0 commit comments

Comments
 (0)