Skip to content

Commit

Permalink
feat: added set command to handle ArNS record setting (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Canning authored Nov 27, 2023
1 parent 20199ee commit 7633427
Show file tree
Hide file tree
Showing 12 changed files with 607 additions and 43 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ wallet.json
.coverage
package-lock.json
node_modules
dist
cache
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ with:
network: arweave.net
```

## Run the cli
## Run the CLI

### Commands


```
npx arweave-bundler upload build/ --private-key ${PRIVATE_KEY}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"arbundles": "^0.10.0",
"arweave": "^1.14.4",
"semantic-release": "^22.0.7",
"warp-contracts": "^1.4.25",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7633427

Please sign in to comment.