https://github.com/unfile/unfile
Decentralized & encrypted free file storing and sharing built on Filecoin and IPFS with crypto tipping options
https://github.com/unfile/unfile
bitcoin filecoin lightning-network nuxt nuxtjs vue web3storage
Last synced: 9 months ago
JSON representation
Decentralized & encrypted free file storing and sharing built on Filecoin and IPFS with crypto tipping options
- Host: GitHub
- URL: https://github.com/unfile/unfile
- Owner: unfile
- Created: 2021-09-19T19:49:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T22:26:13.000Z (almost 4 years ago)
- Last Synced: 2023-02-28T21:02:43.199Z (over 3 years ago)
- Topics: bitcoin, filecoin, lightning-network, nuxt, nuxtjs, vue, web3storage
- Language: JavaScript
- Homepage: https://unfile.io
- Size: 1.86 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnFile
## Required environment variables
rename `.env.example` file to `.env` and paste your Web3.Storage token
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out the [nuxt documentation](https://nuxtjs.org).
## Web3.Storage
The web3.storage library is included due to a problem compiling with nuxt as [described here](https://github.com/web3-storage/web3.storage/issues/260)
once the problem is fixed the normal Web3.Storage library from npm should be used instead.