Skip to content

Commit 500f75a

Browse files
Merge pull request #15 from shubham5080/main
Update the readme according to the Readme-template
2 parents 11f2fed + ffc6709 commit 500f75a

File tree

1 file changed

+44
-30
lines changed

1 file changed

+44
-30
lines changed

README.md

Lines changed: 44 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
<!-- Organization Logo -->
55
<div align="center">
66
<img alt="Stability Nexus" src="public/orglogo.svg" width="175">
7-
&nbsp;
8-
&nbsp;
7+
&nbsp;&nbsp;&nbsp;
98
<img src="public/plusSign.svg" width="30" height="175" />
10-
&nbsp;
11-
&nbsp;
9+
&nbsp;&nbsp;&nbsp;
1210
<img src="public/Benelogo.svg" width="175" />
1311
</div>
1412

@@ -21,71 +19,87 @@
2119

2220
</div>
2321

24-
<!-- Organization/Project Social Handles -->
22+
<!-- Social Links -->
2523
<p align="center">
26-
<!-- Telegram -->
2724
<a href="https://t.me/StabilityNexus">
28-
<img src="https://img.shields.io/badge/Telegram-black?style=flat&logo=telegram&logoColor=white&logoSize=auto&color=24A1DE" alt="Telegram Badge"/></a>
25+
<img src="https://img.shields.io/badge/Telegram-black?style=flat&logo=telegram&logoColor=white&color=24A1DE" /></a>
2926
&nbsp;&nbsp;
30-
<!-- X (formerly Twitter) -->
3127
<a href="https://x.com/StabilityNexus">
32-
<img src="https://img.shields.io/twitter/follow/StabilityNexus" alt="X (formerly Twitter) Badge"/></a>
28+
<img src="https://img.shields.io/twitter/follow/StabilityNexus" /></a>
3329
&nbsp;&nbsp;
34-
<!-- Discord -->
3530
<a href="https://discord.gg/YzDKeEfWtS">
36-
<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>
31+
<img src="https://img.shields.io/discord/995968619034984528?style=flat&logo=discord&logoColor=white&label=Discord&labelColor=5865F2&color=57F287"/></a>
3732
&nbsp;&nbsp;
38-
<!-- Medium -->
3933
<a href="https://news.stability.nexus/">
40-
<img src="https://img.shields.io/badge/Medium-black?style=flat&logo=medium&logoColor=black&logoSize=auto&color=white" alt="Medium Badge"></a>
34+
<img src="https://img.shields.io/badge/Medium-black?style=flat&logo=medium&color=white"/></a>
4135
&nbsp;&nbsp;
42-
<!-- LinkedIn -->
4336
<a href="https://linkedin.com/company/stability-nexus">
44-
<img src="https://img.shields.io/badge/LinkedIn-black?style=flat&logo=LinkedIn&logoColor=white&logoSize=auto&color=0A66C2" alt="LinkedIn Badge"></a>
37+
<img src="https://img.shields.io/badge/LinkedIn-black?style=flat&logo=LinkedIn&color=0A66C2" /></a>
4538
&nbsp;&nbsp;
46-
<!-- Youtube -->
4739
<a href="https://www.youtube.com/@StabilityNexus">
48-
<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>
40+
<img src="https://img.shields.io/youtube/channel/subscribers/UCZOG4YhFQdlGaLugr_e5BKw?style=flat&logo=youtube&labelColor=FF0000&color=FF0000"/></a>
4941
</p>
5042

5143
&nbsp;
5244

53-
<!-- Project core values and objective -->
45+
<!-- Project core values -->
5446
<p align="center">
5547
<strong>
56-
Bene allows project owners to raise funds for their projects and to reward funders with Proof-of-Funding tokens.
48+
Bene allows project owners to raise funds for their projects and to reward funders with Proof-of-Funding tokens.
5749
</strong>
5850
</p>
5951

6052
---
6153

6254
# Bene-Fundraising-EVM-Frontend
6355

64-
This a frontend to interact with Bene's smart contracts at
65-
[https://github.com/StabilityNexus/Bene-FundRaising-EVM-Contracts](https://github.com/StabilityNexus/Bene-FundRaising-EVM-Contracts)
56+
This repository contains the **frontend interface** for interacting with Bene’s EVM-based fundraising contracts.
6657

67-
A live deployment of this frontend has been deployed to [https://bene-evm.stability.nexus/](https://bene-evm.stability.nexus/).
58+
### 👉 Smart Contract Repository:
59+
https://github.com/StabilityNexus/Bene-FundRaising-EVM-Contracts
6860

69-
## Running this Frontend Locally
61+
### 👉 Live Frontend Deployment:
62+
https://bene-evm.stability.nexus/
7063

71-
### Clone the Repository
64+
This application enables a smooth, user-friendly experience for funders and project owners.
7265

66+
---
67+
68+
## 🚀 Running This Frontend Locally
69+
70+
Follow the steps below to run Bene's frontend on your machine.
71+
72+
### 1. Clone the Repository
7373
```bash
7474
git clone https://github.com/StabilityNexus/Bene-FundRaising-EVM-Frontend
7575
cd Bene-FundRaising-EVM-Frontend
7676
```
7777

78-
### Install Dependencies
79-
78+
### 2. Install Dependencies
8079
```bash
8180
npm install
82-
8381
```
8482

85-
### Start the Development Server
86-
83+
### 3. Start the Development Server
8784
```bash
8885
npm run dev
8986
```
9087

91-
This will start a development server, and the frontend will be accessible at http://localhost:5173/.
88+
The frontend will be available at:
89+
90+
👉 http://localhost:5173/
91+
92+
---
93+
94+
## 📬 Support & Community
95+
96+
If you have questions, want to contribute, or need help:
97+
98+
- Discord: https://discord.gg/YzDKeEfWtS
99+
- Documentation: https://docs.stability.nexus/
100+
101+
We welcome improvements and contributions!
102+
103+
---
104+
105+
© 2025 The Stable Order

0 commit comments

Comments
 (0)