
Decentralized identity using Soulbound tokens (non-tranferrable tokens) on the Algorand blockchain, with IPFS metadata storage.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Read the ARC here
dotAglo-DID is a human-readable domain creator linked to a Soulbound non-transferable Identity token. The goal is to allow users to self identify and have their identity linked to the NFT. Users can then use the Soulbound token to identify or authenticate themselves in other dapps.
The NFT's are stored in the user wallet and linked to a human readable domain which can be used for resolution.
Here's why:
- Simple to remember, on the go.
- Linked wallet Soulbound token.
- One call address resolution and identity resolution.
- This project is not audited and should not be used in a production environment.
- The project was build on Windows and has not been tested on any Linux distro, but it should run since the tools used are cross platform.
Follow the steps below on how to run the project.
Please install the below required software in order to run the project.
- Clone the repo
git clone https://github.com/IKalonji/DotAlgo.git
- Run the Algorand Sandbox in testnet
./sandbox up testnet
- Open the za.co.dotalgo server build and run. (KEEP THE SERVER RUNNING)
run with IntelliJ
- Run the Angular client to interact with the backend.
cd dot-algo-demo-frontend ng serve --open
- Start creating or importing test account and create your dotAlgo readable addresses, remember to fund test addresses.
Create account Create Soulbound asset (NFT) Resolve domain name
ADDITIONAL ENDPOINTS WILL BE PROVIDED FOR ALPHA RELEASE
Please refer to the Documentation
- Add multiple Algorand account support
- Deploy to mainnet
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Issa Kalonji - @ISSDawg - [email protected]
Project Link: https://github.com/IKalonji/DotAlgo