We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45a112 commit b7395d5Copy full SHA for b7395d5
README.md
@@ -318,6 +318,17 @@ npm run build
318
319
### Deploy migrations
320
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
332
To deploy every migration over a network, such as `standalone`, you can run:
333
```
334
$> FORCE_MIGRATION='true' npm run deploy -- standalone
0 commit comments