|
2 | 2 | <div name="readme-top"></div> |
3 | 3 |
|
4 | 4 | <!-- 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" /> |
8 | 9 | </div> |
9 | 10 |
|
10 | 11 | |
11 | 12 |
|
12 | 13 | <!-- Organization Name --> |
13 | 14 | <div align="center"> |
14 | 15 |
|
15 | | -[](https://TODO.stability.nexus/) |
16 | | - |
17 | | -<!-- Correct deployed url to be added --> |
| 16 | +[](https://stability.nexus/) |
18 | 17 |
|
19 | 18 | </div> |
20 | 19 |
|
|
45 | 44 | <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> |
46 | 45 | </p> |
47 | 46 |
|
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 | + |
| 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> |
79 | 57 |
|
80 | 58 | --- |
81 | 59 |
|
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) --> |
106 | 61 |
|
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. |
114 | 65 |
|
115 | | -#### 3. Run the Development Server |
| 66 | +For more information about StablePay, please visit [StablePay's Main Repository](https://github.com/DjedAlliance/StablePay). |
116 | 67 |
|
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. |
118 | 71 |
|
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/ . |
126 | 73 |
|
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. |
130 | 76 |
|
131 | 77 | --- |
132 | 78 |
|
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