Global Harmony Nexus by KOSASIH is licensed under Creative Commons Attribution 4.0 International
Global Harmony Nexus Core is the foundational framework for the Global Harmony Nexus, a Decentralized Autonomous Organization (DAO) on the Pi Network. This repository contains the core components, smart contracts, and governance mechanisms that empower communities to propose, vote on, and fund impactful global initiatives. By utilizing blockchain technology, we ensure transparency, accountability, and collaboration in addressing critical global challenges such as sustainability, education, and healthcare. Contribute to our mission of fostering a harmonious future through collective action and innovation.
Global Harmony Nexus Core is the foundational framework for the Global Harmony Nexus, a Decentralized Autonomous Organization (DAO) built on the Pi Network. This project empowers communities to propose, vote on, and fund impactful global initiatives through a transparent and collaborative platform.
1 git clone https://github.com/KOSASIH/global-harmony-nexus-core.git
2 cd global-harmony-nexus-core
1 cd src/backend
2 npm install
Install dependencies for the frontend:
1 cd src/frontend
2 npm install
Start the local blockchain (if using Ganache).
1 cd scripts
2 node deploy.js
1 cd src/backend
2 npm start
1 cd src/frontend
2 npm start
Access the frontend application at http://localhost:3000. Interact with the DAO features such as proposing initiatives, voting, and managing funds.
We welcome contributions! Please read our CONTRIBUTING.md for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for details.