Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cc0-lib/cc0-lib-companion-app
A desktop companion app for cc0-lib uploader. Built using tauri and nextjs
https://github.com/cc0-lib/cc0-lib-companion-app
bundlr cc0 cc0-lib irys nextjs permanence tauri uploader web3
Last synced: 19 days ago
JSON representation
A desktop companion app for cc0-lib uploader. Built using tauri and nextjs
- Host: GitHub
- URL: https://github.com/cc0-lib/cc0-lib-companion-app
- Owner: cc0-lib
- License: mit
- Created: 2023-12-26T06:13:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T06:17:37.000Z (about 1 year ago)
- Last Synced: 2024-05-18T03:48:15.484Z (9 months ago)
- Topics: bundlr, cc0, cc0-lib, irys, nextjs, permanence, tauri, uploader, web3
- Language: TypeScript
- Homepage: https://cc0-lib.wtf/companion
- Size: 191 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cc0-lib-companion-app
![uploader-1](https://arweave.net/54svwF8JNjHI2ZMA6tdrFTKujH3hWaWMXg9TcVzJW1M/cc0-lib-uploader-3.png)
This is cc0-lib companion uploader app built using tauri and nextjs. Data permanence powered by Irys (previously Bundlr Network).
## Features
- Drag and Drop
- Batch upload
- Max size per file: 4 Mb
- Track uploaded files using ENS## Development
### Prerequisites
Tauri is Rust based so you need to install Rust and system dependecies.
Refer [this guide from the Tauri Docs](https://tauri.app/v1/guides/getting-started/prerequisites)
## Run local dev
```
pnpm tauri dev
```## Building
```
pnpm tauri build
```Please refer [this tauri guide](https://tauri.app/v1/guides/building/) to build on your specific platform