Skip to content

Commit

Permalink
Merge pull request #416 from permaweb/NickJ202/feat-relay-topup
Browse files Browse the repository at this point in the history
Nick j202/feat relay topup
  • Loading branch information
twilson63 authored Feb 11, 2025
2 parents 41d35d8 + 5033bae commit b4fc4e3
Show file tree
Hide file tree
Showing 6 changed files with 1,018 additions and 747 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ aos.json
.prettierignore

.vscode
.DS_Store
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ aos [name]

| Name | Description | Required |
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `--relay [Relay URL]` | The relay flag can be used to run your process with payments enabled through a HyperBEAM relay | 0-1 |
| `--cron [Interval]` | The cron flag can only be used when spawning a process, it instructs the Process to generate messages every `Interval`. An Interval can be defined with a [n]-(period) for example: 1-minute, 10-minutes, 5-hours, 10-blocks, etc. | 0-1 |
| `--get-blueprints [dir]` | This command will grab blueprints from the `/blueprints` folder or a folder specified by the user. These blueprints are small lua files that can be applied to your process to automatically give it some functionality. | 0-1 |
| `--tag-name [name]` and `--tag-value [value]` | These flags are also only when aos is spawning a Process. You may add many of these combinations as you would like and they will appear on the Process tags object | 0-n |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"test-all": "yarn workspaces --parallel run test"
},
"dependencies": {
"@permaweb/aoconnect": "^0.0.67",
"@permaweb/aoconnect": "^0.0.68",
"arweave": "^1.15.1",
"chalk": "^5.3.0",
"figlet": "^1.7.0",
"http-message-signatures": "^1.0.4",
"https-proxy-agent": "^7.0.4",
"hyper-async": "^1.1.2",
"minimist": "^1.2.8",
Expand Down
Loading

0 comments on commit b4fc4e3

Please sign in to comment.