Skip to content

Commit 3e3e319

Browse files
Revise README with new logos and project info
Updated organization logos, project description, and tech stack details in README.md.
1 parent 7e2177e commit 3e3e319

1 file changed

Lines changed: 31 additions & 101 deletions

File tree

README.md

Lines changed: 31 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
<div name="readme-top"></div>
33

44
<!-- Organization Logo -->
5-
<div align="center" style="display: flex; align-items: center; justify-content: center; gap: 16px;">
6-
<img alt="Stability Nexus" src="public/stability.svg" width="175">
7-
<img src="public/todo-project-logo.svg" width="175" />
5+
<div align="center">
6+
<img alt="StabilityNexus" src="public/StabilityNexus.svg" width="175">
7+
<img alt="DjedAlliance" src="public/djed-alliance.png" width="175">
8+
<img alt="StablePay" src="public/StablePay.svg" width="175" />
89
</div>
910

1011
&nbsp;
1112

1213
<!-- Organization Name -->
1314
<div align="center">
1415

15-
[![Static Badge](https://img.shields.io/badge/Stability_Nexus-/TODO-228B22?style=for-the-badge&labelColor=FFC517)](https://TODO.stability.nexus/)
16-
17-
<!-- Correct deployed url to be added -->
16+
[![Static Badge](https://img.shields.io/badge/Stable-Pay-D27728?style=for-the-badge&labelColor=F7941D)](https://stability.nexus/)
1817

1918
</div>
2019

@@ -45,109 +44,40 @@
4544
<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>
4645
</p>
4746

48-
---
49-
50-
<div align="center">
51-
<h1>TODO: Project Name</h1>
52-
</div>
53-
54-
[TODO](https://TODO.stability.nexus/) is a ... TODO: Project Description.
55-
56-
---
57-
58-
## Tech Stack
59-
60-
TODO:
61-
62-
### Frontend
63-
64-
TODO:
65-
66-
- Next.js 14+ (React)
67-
- TypeScript
68-
- TailwindCSS
69-
- shadcn/ui
70-
71-
### Blockchain
72-
73-
TODO:
74-
75-
- Wagmi
76-
- Solidity Smart Contracts
77-
- Ethers.js
78-
- Rainbow-Kit Wallet Integration
47+
&nbsp;
48+
<!-- Project core values and objective -->
49+
<p align="center">
50+
<strong>
51+
An open-source SDK <br />
52+
empowering you to directly accept <br />
53+
cryptocurrency and stablecoin payments
54+
free from centralized fintech infrastructure <br />
55+
</strong>
56+
</p>
7957

8058
---
8159

82-
## Getting Started
83-
84-
### Prerequisites
85-
86-
TODO
87-
88-
- Node.js 18+
89-
- npm/yarn/pnpm
90-
- MetaMask or any other web3 wallet browser extension
91-
92-
### Installation
93-
94-
TODO
95-
96-
#### 1. Clone the Repository
97-
98-
```bash
99-
git clone https://github.com/StabilityNexus/TODO.git
100-
cd TODO
101-
```
102-
103-
#### 2. Install Dependencies
104-
105-
Using your preferred package manager:
60+
<!-- Project Description (Start from here) -->
10661

107-
```bash
108-
npm install
109-
# or
110-
yarn install
111-
# or
112-
pnpm install
113-
```
62+
StablePay is a fully decentralized solution for online payments.
63+
When the StablePay widget is embedded in a website, the widget interacts
64+
directly with smart contracts on blockchains, with no intermediary servers.
11465

115-
#### 3. Run the Development Server
66+
For more information about StablePay, please visit [StablePay's Main Repository](https://github.com/DjedAlliance/StablePay).
11667

117-
Start the app locally:
68+
This repository contains the source code for merchant dashboard.
69+
The merchant dashboard is where merchants can connect their wallets
70+
and see payments that they have received through StablePay.
11871

119-
```bash
120-
npm run dev
121-
# or
122-
yarn dev
123-
# or
124-
pnpm dev
125-
```
72+
The dashboard has been used at: https://dashboard.stablepay.stability.nexus/ .
12673

127-
#### 4. Open your Browser
128-
129-
Navigate to [http://localhost:3000](http://localhost:3000) to see the application.
74+
Alternatively, you may also run this dashboard locally in your own computer.
75+
This dashboard is a standard next.js project.
13076

13177
---
13278

133-
## Contributing
134-
135-
We welcome contributions of all kinds! To contribute:
136-
137-
1. Fork the repository and create your feature branch (`git checkout -b feature/AmazingFeature`).
138-
2. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
139-
3. Run the development workflow commands to ensure code quality:
140-
- `npm run format:write`
141-
- `npm run lint:fix`
142-
- `npm run typecheck`
143-
4. Push your branch (`git push origin feature/AmazingFeature`).
144-
5. Open a Pull Request for review.
145-
146-
If you encounter bugs, need help, or have feature requests:
147-
148-
- Please open an issue in this repository providing detailed information.
149-
- Describe the problem clearly and include any relevant logs or screenshots.
150-
151-
We appreciate your feedback and contributions!
152-
153-
© 2025 The Stable Order.
79+
<!-- Don't delete it -->
80+
<!-- Funding Badge -->
81+
<div align="center" name="fund">
82+
<a href="https://docs.stability.nexus/about-us/fund-us">Fund This Project</a>
83+
</div>

0 commit comments

Comments
 (0)