Skip to content

Commit 75603f6

Browse files
committed
chore: updated README with information about deployment to Arweave
1 parent f7f58c9 commit 75603f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,3 +558,16 @@ pnpm test:coverage
558558
```bash
559559
pnpm e2e
560560
```
561+
562+
## Deploy to Arweave
563+
564+
Uses [permaweb-deploy](https://github.com/permaweb/permaweb-deploy) to deploy the app to Arweave and update the ArNS name to point to the new version of the app. Requires:
565+
566+
* ARNS_NAME environment variable to be set for what ArNS name to update
567+
* DEPLOY_KEY environment variable to be set (base64 encoded version of Arweave wallet that is the owner of the ArNS name)
568+
569+
```bash
570+
pnpm deploy:arweave
571+
```
572+
573+
After deployment, will have to wait TTL seconds before updates appear on Arweave gateways (TTL configured on ArNS name).

0 commit comments

Comments
 (0)