https://github.com/p2plabsxyz/dscan
A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
https://github.com/p2plabsxyz/dscan
browser-extension buidl-tools chrome-extension decentralization dscan-extension filecoin hacktoberfest ipfs p2p p2plabsxyz qrcode-generator web3 web3storage webpack-plugin
Last synced: about 1 month ago
JSON representation
A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
- Host: GitHub
- URL: https://github.com/p2plabsxyz/dscan
- Owner: p2plabsxyz
- License: mit
- Created: 2021-11-03T12:14:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T10:02:57.000Z (about 1 year ago)
- Last Synced: 2025-03-07T00:34:19.069Z (about 2 months ago)
- Topics: browser-extension, buidl-tools, chrome-extension, decentralization, dscan-extension, filecoin, hacktoberfest, ipfs, p2p, p2plabsxyz, qrcode-generator, web3, web3storage, webpack-plugin
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/dscan-own-your-identity-o/idpfgkgogjjgklefnkjdpghkifbjenap
- Size: 28.4 MB
- Stars: 40
- Watchers: 3
- Forks: 26
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
DScan
![]()
![]()
![]()
DScan enables you to quickly upload files and folders to [IPFS](https://ipfs.tech/) using [web3.storage](https://web3.storage/), and provides a "decentralized QR code" containing the IPFS CID. This QR code can later be customized and shared with anyone for easy and decentralized file sharing. Users can visit [console.web3.storage](https://console.web3.storage/) and log in to manage their accounts.
DScan, leveraging the [w3up-client](https://blog.web3.storage/posts/the-data-layer-is-here-with-the-new-web3-storage), incorporates [DIDs](https://www.w3.org/TR/did-core/) and [UCAN](https://ucan.xyz/) to establish a robust framework for decentralized authentication and authorization. The use of DIDs enhances security and promotes digital self-sovereignty, while UCAN facilitates permissioned access and the delegation of capabilities, enabling users to manage access to their content securely.
Thanks to web3.storage, the content can be accessed over IPFS without the user installing and setting up a local instance of Kubo.
![]()
## 💻 Extension
|
[Chrome](https://www.google.com/chrome/) \|
[Brave](https://brave.com/) \|
[Opera](https://www.opera.com/) \|
[Edge](https://www.microsoftedgeinsider.com/) |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [
](https://chrome.google.com/webstore/detail/dscan-decentralized-qr-co/idpfgkgogjjgklefnkjdpghkifbjenap) |## 🛠 Development
The extension's development code is placed in `/src` folder. manifest.json is in `/public` folder. For webpack settings, follow the `webpack.config.js` file.
1. Install dependencies.
```bash
npm install
```2. After development of the extension, run the following command. This will create a `production` build.
```bash
npm run build
```3. Now, the `buidl` folder will appear in the root directory.
4. Select `Developer mode` in your browser extensions tab.
5. Select `Load unpacked extension` and open the `buidl` folder.
For more information, read the [web3.storage docs](https://web3.storage/docs/).
## 💫 Achievements
- Listed on [awesome ipfs](https://awesome.ipfs.tech/#tools)
- IPFS Community Impact Awards Q2’23 recipient
- 2nd prize winner at MARS Asia hackathon 2021## 📄 Contribute
- Thanks for your interest in contributing to DScan. There are many ways you can contribute to the project.
- To start, take a few minutes to read the "[contribution guide](https://github.com/buidltools/dscan/blob/main/.github/CONTRIBUTING.md)".
- We look forward to your [pull requests](https://github.com/buidltools/dscan/pulls) and / or involvement in our [issues page](https://github.com/buidltools/dscan/issues).### 🙏 Thanks to all contributors!
## ⚖️ License
DScan is licensed under the [MIT License](https://github.com/p2plabsxyz/dscan/blob/main/LICENSE).
Don't forget to leave a star ⭐️ ~![]()