DScan enables you to quickly upload files and folders to IPFS using 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 and log in to manage their accounts.
DScan, leveraging the w3up-client, incorporates DIDs and UCAN 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.
Chrome | Brave | Opera | Edge |
---|
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.
- Install dependencies.
npm install
- After development of the extension, run the following command. This will create a
production
build.
npm run build
-
Now, the
buidl
folder will appear in the root directory. -
Select
Developer mode
in your browser extensions tab. -
Select
Load unpacked extension
and open thebuidl
folder.
For more information, read the web3.storage docs.
- Listed on awesome ipfs
- IPFS Community Impact Awards Q2’23 recipient
- 2nd prize winner at MARS Asia hackathon 2021
- 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".
- We look forward to your pull requests and / or involvement in our issues page.
DScan is licensed under the MIT License.
Don't forget to leave a star ⭐️ ~