https://github.com/akhileshthite/web3qr
Deploy static websites to IPFS and generate decentralized QR codes.
https://github.com/akhileshthite/web3qr
dweb filecoin ipfs web3qr web3storage
Last synced: over 1 year ago
JSON representation
Deploy static websites to IPFS and generate decentralized QR codes.
- Host: GitHub
- URL: https://github.com/akhileshthite/web3qr
- Owner: akhileshthite
- License: mit
- Created: 2022-05-19T18:17:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T20:01:06.000Z (about 4 years ago)
- Last Synced: 2025-01-22T00:51:19.369Z (over 1 year ago)
- Topics: dweb, filecoin, ipfs, web3qr, web3storage
- Language: HTML
- Homepage: https://web3qr.netlify.app/
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web3QR
Web3QR allows you to deploy static websites to [IPFS](https://ipfs.io/) in a single click by using [web3.storage](https://web3.storage/about/). After publishing the website, you'll get a decentralized QR code, IPFS CID, and hosted gateway link.
## Development
* Install dependencies
```
npm install
```
* Environment variables
For development and testing, you have to create your own web3.storage API token. To do that, `login to` [web3.storage](https://web3.storage/) -> `create a new API token` -> `copy the API token`.
Then create a `.env` file in the root directory.
```
REACT_APP_WEB3_STORAGE_API_TOKEN=PASTE_YOUR_API_TOKEN
```
* Start app
```
npm start
```

## License
Web3QR is licensed under the [MIT License](https://github.com/akhileshthite/web3qr/blob/main/LICENSE).