Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
179 changes: 97 additions & 82 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Organization Logo -->
<div align="center" style="display: flex; align-items: center; justify-content: center; gap: 16px;">
<img alt="Stability Nexus" src="public/stability.svg" width="175">
<img src="public/todo-project-logo.svg" width="175" />
<img src="public/logos/logo.svg" width="155" />
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
</div>

&nbsp;
Expand All @@ -24,13 +24,9 @@
<a href="https://t.me/StabilityNexus">
<img src="https://img.shields.io/badge/Telegram-black?style=flat&logo=telegram&logoColor=white&logoSize=auto&color=24A1DE" alt="Telegram Badge"/></a>
&nbsp;&nbsp;
<!-- X (formerly Twitter) -->
<a href="https://x.com/StabilityNexus">
<img src="https://img.shields.io/twitter/follow/StabilityNexus" alt="X (formerly Twitter) Badge"/></a>
&nbsp;&nbsp;
<!-- Discord -->
<a href="https://discord.gg/YzDKeEfWtS">
<img src="https://img.shields.io/discord/995968619034984528?style=flat&logo=discord&logoColor=white&logoSize=auto&label=Discord&labelColor=5865F2&color=57F287" alt="Discord Badge"/></a>
<img src="https://img.shields.io/discord/1022871757289422898?style=flat&logo=discord&logoColor=white&logoSize=auto&label=Discord&labelColor=5865F2&color=57F287" alt="Discord Badge"/></a>
&nbsp;&nbsp;
<!-- Medium -->
<a href="https://news.stability.nexus/">
Expand All @@ -40,115 +36,119 @@
<a href="https://linkedin.com/company/stability-nexus">
<img src="https://img.shields.io/badge/LinkedIn-black?style=flat&logo=LinkedIn&logoColor=white&logoSize=auto&color=0A66C2" alt="LinkedIn Badge"></a>
&nbsp;&nbsp;
<!-- Youtube -->
<a href="https://www.youtube.com/@StabilityNexus">
<img src="https://img.shields.io/youtube/channel/subscribers/UCZOG4YhFQdlGaLugr_e5BKw?style=flat&logo=youtube&logoColor=white&logoSize=auto&labelColor=FF0000&color=FF0000" alt="Youtube Badge"></a>
</p>

---

<div align="center">
<h1>TODO: Project Name</h1>
<h1>Decentralized Identity Tokens</h1>
</div>
Decentralized Identity Tokens let anyone create and own a digital identity on the blockchain - no government, no institution, no middleman required. Think of it like a passport you issue to yourself, stored permanently on-chain, that anyone in the world can endorse to vouch for its authenticity.

## 🚀 Features

[TODO](https://TODO.stability.nexus/) is a ... TODO: Project Description.
- **Feature 1**: Create and own a digital identity on the blockchain
- **Feature 2**: No government, no institution, no middleman required
- **Feature 3**: Store identity permanently on-chain
- **Feature 4**: Anyone in the world can endorse to vouch for its authenticity

---

## Project Workflow
## 💻 Tech Stack

![Identity Workflow](docs/workflow.svg)
### Frontend

The diagram above gives an overview of the identity token flow: self-issued identity minting, on-chain storage of identities, endorsements between holders, optional revocation, frontend interaction with chain data, and external verification by third-party services.
- React / Next.js
- TypeScript
- TailwindCSS

For more details, see [docs/workflow.md](docs/workflow.md).
### Blockchain

- Solidity / solana / cardano / ergo Smart Contracts
- Hardhat / foundry
- Web3.js / Ethers.js / Wagmi
- OpenZeppelin / alchemy / Infura
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

---

## Project Maturity
## Project Checklist

TODO: In the checklist below, mark the items that have been completed and delete items that are not applicable to the current project:
TODO: Complete applicable items based on your project type

- [ ] The project has a logo.
- [ ] The project has a favicon.
- [ ] The protocol:
- [ ] **The protocol** (if applicable):
- [ ] has been described and formally specified in a paper.
- [ ] has had its main properties mathematically proven.
- [ ] has been formally verified.
- [ ] The smart contracts:
- [ ] **The smart contracts** (if applicable):
- [ ] were thoroughly reviewed by at least two knights of The Stable Order.
- [ ] were deployed to:
- [ ] Ergo
- [ ] Cardano
- [ ] EVM Chains:
- [ ] Ethereum Classic
- [ ] Ethereum
- [ ] Polygon
- [ ] BSC
- [ ] Base
- [ ] The mobile app:
- [ ] has an _About_ page containing the Stability Nexus's logo and pointing to the social media accounts of the Stability Nexus.
- [ ] is available for download as a release in this repo.
- [ ] is available in the relevant app stores.
- [ ] The web frontend:
- [ ] has proper title and metadata.
- [ ] has proper open graph metadata, to ensure that it is shown well when shared in social media (Discord, Telegram, Twitter, LinkedIn).
- [ ] has a footer, containing the Stability Nexus's logo and pointing to the social media accounts of the Stability Nexus.
- [ ] is fully static and client-side.
- [ ] is deployed to Github Pages via a Github Workflow.
- [ ] is accessible through the https://TODO:PROJECT-NAME.stability.nexus domain.
- [ ] the project is listed in [https://stability.nexus/protocols](https://stability.nexus/protocols).
- [ ] were deployed to: [Add deployment details]

---

## Tech Stack
## 🔗 Repository Links

TODO:
1. [Frontend](https://github.com/StabilityNexus/IdentityTokens-EVM-Frontend/)
2. [Smart Contracts](https://github.com/StabilityNexus/IdentityTokens-EVM-Contracts)

### Frontend
---

TODO:
## 🏗️ Architecture Diagram

- Next.js 14+ (React)
- TypeScript
- TailwindCSS
- shadcn/ui
![Identity Workflow](docs/workflow.svg)

### Blockchain
The diagram above gives an overview of the identity token flow: self-issued identity minting, on-chain storage of identities, endorsements between holders, optional revocation, frontend interaction with chain data, and external verification by third-party services.

For more details, see [docs/workflow.md](docs/workflow.md).

## 🔄 User Flow

TODO: Add user flow diagrams showing how users interact with your application

```
[User Flow Diagram Placeholder]
```
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

TODO:
### Key User Journeys

- Wagmi
- Solidity Smart Contracts
- Ethers.js
TODO: Document main user flows:

1. **User Journey 1**: Description
- Step 1
- Step 2
- Step 3

2. **User Journey 2**: Description
- Step 1
- Step 2
- Step 3

3. **User Journey 3**: Description
- Step 1
- Step 2
- Step 3

---

## Getting Started
## �🍀 Getting Started
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

### Prerequisites

TODO
TODO: List what developers need installed

- Node.js 18+
- npm/yarn/pnpm
- MetaMask or any other web3 wallet browser extension
- npm / yarn / pnpm

### Installation

TODO

#### 1. Clone the Repository

```bash
git clone https://github.com/StabilityNexus/TODO.git
cd TODO
git clone https://github.com/StabilityNexus/IdentityTokens-EVM-Frontend/
cd IdentityTokens-EVM-Frontend
```

#### 2. Install Dependencies

Using your preferred package manager:

```bash
npm install
# or
Expand All @@ -159,8 +159,6 @@ pnpm install

#### 3. Run the Development Server

Start the app locally:

```bash
npm run dev
# or
Expand All @@ -175,24 +173,41 @@ Navigate to [http://localhost:3000](http://localhost:3000) to see the applicatio

---

## Contributing
## 📱 App Screenshots

TODO: Add screenshots showcasing your application

| | | |
| ------------ | ------------ | ------------ |
| Screenshot 1 | Screenshot 2 | Screenshot 3 |

---

## 🙌 Contributing

⭐ Don't forget to star this repository if you find it useful! ⭐

Thank you for considering contributing to this project! Contributions are highly appreciated and welcomed. To ensure smooth collaboration, please refer to our [Contribution Guidelines](https://github.com/AOSSIE-Org/Template-Repo/blob/main/CONTRIBUTING.md).
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

---

## ✨ Maintainers

We welcome contributions of all kinds! To contribute:
- [Kanishk Sogani](https://github.com/KanishkSogani)
- [Maintainer Name](https://github.com/username)
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

1. Fork the repository and create your feature branch (`git checkout -b feature/AmazingFeature`).
2. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
3. Run the development workflow commands to ensure code quality:
- `npm run format:write`
- `npm run lint:fix`
- `npm run typecheck`
4. Push your branch (`git push origin feature/AmazingFeature`).
5. Open a Pull Request for review.
---

## 📍 License

TODO

Comment thread
coderabbitai[bot] marked this conversation as resolved.
---

If you encounter bugs, need help, or have feature requests:
## 💪 Thanks To All Contributors

- Please open an issue in this repository providing detailed information.
- Describe the problem clearly and include any relevant logs or screenshots.
Thanks a lot for spending your time helping Decentralized Identity Tokens grow. Keep rocking 🥂

We appreciate your feedback and contributions!
[![Contributors](https://contrib.rocks/image?repo=StabilityNexus/IdentityTokens-EVM-Frontend)](https://github.com/StabilityNexus/IdentityTokens-EVM-Frontend/graphs/contributors)

© 2025 The Stable Order.
© 2025 Stable-Order
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Loading