https://github.com/webrecorder/wacz-uploader
A straightforward single page application for uploading your WACZ archives to IPFS
https://github.com/webrecorder/wacz-uploader
Last synced: 8 days ago
JSON representation
A straightforward single page application for uploading your WACZ archives to IPFS
- Host: GitHub
- URL: https://github.com/webrecorder/wacz-uploader
- Owner: webrecorder
- License: agpl-3.0
- Created: 2022-09-14T00:56:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T00:29:55.000Z (over 2 years ago)
- Last Synced: 2025-04-05T20:23:54.804Z (24 days ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wacz-uploader
A straightforward single page application for uploading your WACZ archives to IPFS
## Development
Copy config file and replace `your_public_web3_storage_token` with your token:
```
cp .env.sample .env
```Install dependencies:
```
npm i
```Start dev server and reload on changes:
```
npm run dev
```Build JS files:
```
npm run build
```**Warning:**
This app should NOT be deployed to a production environment if you do not want to publicly share your Web3 Storage auth token, as it currently hardcodes your token thereby exposing it in the browser.