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

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.

Awesome Lists containing this project

README

          



Web3QR

🌐 https://web3qr.netlify.app/


Platform
Release version
Contributions welcome

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

Love IPFS

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