Skip to content

Commit 3054e5d

Browse files
committed
docs: remove Irys mentions from arweave SKILL.md
Remove all references to Irys, keeping Turbo branding. Turbo uses AR.IO's bundling service by default.
1 parent 0fc98a8 commit 3054e5d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

skills/arweave/SKILL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ node skills/arweave/index.mjs upload-site "./my-site" --wallet "wallet.json" --d
101101
node skills/arweave/index.mjs upload "<file>" --wallet "<path/to/wallet.json>"
102102
```
103103

104-
### Turbo (Irys) Upload Support
104+
### Turbo Upload Support
105105

106-
This skill supports **Turbo/Irys bundling** for faster, cheaper uploads. Turbo is used by default for uploads.
106+
This skill supports **Turbo bundling** for faster, cheaper uploads. Turbo is used by default for uploads.
107107

108108
**Benefits of Turbo:**
109109
- **Faster**: Uploads complete in seconds vs. minutes for direct Arweave
@@ -112,9 +112,9 @@ This skill supports **Turbo/Irys bundling** for faster, cheaper uploads. Turbo i
112112

113113
**Options:**
114114

115-
- `--turbo` - Use Turbo/Irys for upload (default: enabled)
115+
- `--turbo` - Use Turbo for upload (default: enabled)
116116
- `--no-turbo` - Use direct Arweave transactions instead of Turbo
117-
- `--turbo-node <url>` - Use a custom Irys node URL (optional)
117+
- `--turbo-node <url>` - Use a custom Turbo node URL (optional)
118118

119119
```sh
120120
# Upload with Turbo (default - faster and cheaper)
@@ -126,11 +126,11 @@ node skills/arweave/index.mjs upload "file.json" --turbo --wallet "wallet.json"
126126
# Use direct Arweave instead of Turbo
127127
node skills/arweave/index.mjs upload "file.json" --no-turbo --wallet "wallet.json"
128128

129-
# Use custom Irys node
130-
node skills/arweave/index.mjs upload "file.json" --turbo-node "https://custom-irys.node.io" --wallet "wallet.json"
129+
# Use custom Turbo node
130+
node skills/arweave/index.mjs upload "file.json" --turbo-node "https://custom.turbo.node.io" --wallet "wallet.json"
131131
```
132132

133-
**Note**: Turbo requires an Irys node or API key. The default uses AR.IO's Turbo service. If Turbo fails, the upload will automatically fall back to direct Arweave.
133+
**Note**: Turbo uses AR.IO's bundling service by default. If Turbo fails, the upload will automatically fall back to direct Arweave.
134134

135135
### Upload a Website/Directory
136136

0 commit comments

Comments
 (0)