|
4 | 4 | <!-- Organization Logo --> |
5 | 5 | <div align="center"> |
6 | 6 | <img alt="Stability Nexus" src="public/orglogo.svg" width="175"> |
7 | | - |
8 | | - |
| 7 | + |
9 | 8 | <img src="public/plusSign.svg" width="30" height="175" /> |
10 | | - |
11 | | - |
| 9 | + |
12 | 10 | <img src="public/Benelogo.svg" width="175" /> |
13 | 11 | </div> |
14 | 12 |
|
|
21 | 19 |
|
22 | 20 | </div> |
23 | 21 |
|
24 | | -<!-- Organization/Project Social Handles --> |
| 22 | +<!-- Social Links --> |
25 | 23 | <p align="center"> |
26 | | -<!-- Telegram --> |
27 | 24 | <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> |
29 | 26 | |
30 | | -<!-- X (formerly Twitter) --> |
31 | 27 | <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> |
33 | 29 | |
34 | | -<!-- Discord --> |
35 | 30 | <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> |
37 | 32 | |
38 | | -<!-- Medium --> |
39 | 33 | <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> |
41 | 35 | |
42 | | -<!-- LinkedIn --> |
43 | 36 | <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> |
45 | 38 | |
46 | | -<!-- Youtube --> |
47 | 39 | <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> |
49 | 41 | </p> |
50 | 42 |
|
51 | 43 | |
52 | 44 |
|
53 | | -<!-- Project core values and objective --> |
| 45 | +<!-- Project core values --> |
54 | 46 | <p align="center"> |
55 | 47 | <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. |
57 | 49 | </strong> |
58 | 50 | </p> |
59 | 51 |
|
60 | 52 | --- |
61 | 53 |
|
62 | 54 | # Bene-Fundraising-EVM-Frontend |
63 | 55 |
|
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. |
66 | 57 |
|
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 |
68 | 60 |
|
69 | | -## Running this Frontend Locally |
| 61 | +### 👉 Live Frontend Deployment: |
| 62 | +https://bene-evm.stability.nexus/ |
70 | 63 |
|
71 | | -### Clone the Repository |
| 64 | +This application enables a smooth, user-friendly experience for funders and project owners. |
72 | 65 |
|
| 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 |
73 | 73 | ```bash |
74 | 74 | git clone https://github.com/StabilityNexus/Bene-FundRaising-EVM-Frontend |
75 | 75 | cd Bene-FundRaising-EVM-Frontend |
76 | 76 | ``` |
77 | 77 |
|
78 | | -### Install Dependencies |
79 | | - |
| 78 | +### 2. Install Dependencies |
80 | 79 | ```bash |
81 | 80 | npm install |
82 | | - |
83 | 81 | ``` |
84 | 82 |
|
85 | | -### Start the Development Server |
86 | | - |
| 83 | +### 3. Start the Development Server |
87 | 84 | ```bash |
88 | 85 | npm run dev |
89 | 86 | ``` |
90 | 87 |
|
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