EARTHS is a revolutionary decentralized network that empowers individuals to create crowdfunding projects and participate in a supportive community. As a decentralized autonomous organization (DAO), EARTHS operates independently of any central authority, with decisions made by the community through consensus-based mechanisms.
- Decentralized platform for creating and supporting crowdfunding projects
- Transparent and secure storage of donations on the blockchain
- A collaborative community for collective initiatives and decision-making
- Democratized access to funding and promotion of social entrepreneurship
- PHP
- MySQL
- Three.js
- Web3.js
To set up the EARTHS platform on your local environment, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/earths.git
- Install dependencies:
cd earths
npm install
- Create a MySQL database and import the `database.sql` file:
mysql -u your_username -p your_password your_database < earthwise.sql
- Update the
config.php
file with your database credentials:
define('DB_HOST', 'your_database_host');
define('DB_NAME', 'your_database_name');
define('DB_USER', 'your_database_user');
define('DB_PASS', 'your_database_password');
- Run a local development server:
Personaly I use Xampp server
You can now access the EARTHS platform at http://localhost:8000
.
We welcome contributions from the community! To get started, follow these steps:
- Fork the repository.
- Create a new branch with a descriptive name.
- Make your changes in the branch.
- Submit a pull request to the `main` branch with a clear description of your changes.