https://github.com/intob/arpload
Safely upload large files to Arweave network
https://github.com/intob/arpload
arweave
Last synced: 2 months ago
JSON representation
Safely upload large files to Arweave network
- Host: GitHub
- URL: https://github.com/intob/arpload
- Owner: intob
- Created: 2024-01-24T20:21:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T06:37:25.000Z (about 1 year ago)
- Last Synced: 2025-03-15T08:04:09.196Z (3 months ago)
- Topics: arweave
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arpload
Simply & safely upload a large file to Arweave network. An interrupted upload is resumed.```bash
# Install with Go
go install github.com/intob/arpload@latest# Run
AR_WALLET=~/path/to/wallet.json arpload -type="image/avif" ~/path/to/file
```