An open API service indexing awesome lists of open source software.

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

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
```