- Limited Funding Sources: Charities are crippled by a chronic lack of dependable funding sources
- High Operational Costs: An alarming 90% of each donated dollar is devoured by administrative expenses
- Inefficient Fund Distribution: Significant gap exists between donor intentions and actual fund destinations
👥 Worldcoin: Private identity verification ensures aid reaches verified recipients
💵 Unlimit Crypto: Facilitating efficient cryptocurrency to fiat conversion
🤖 Nethermind: Enhancing users engagement in Ethereum-based applications
😎 NounsDAO: Nouns-ified for style
🏗 h/t built from Scaffold-ETH 2.
Before you begin, you need to install the following tools:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
To get started with TrueReach dApp, follow the steps below:
- Clone this repo & install dependencies
git clone https://github.com/mrcoint/ethid.git
cd ethid
yarn install
- Run a local network in the first terminal:
yarn chain
- On a second terminal, deploy the test contract:
yarn deploy
- On a third terminal, start your NextJS app:
yarn start
Visit your app on: http://localhost:3000
.
We welcome contributions to TrueReach dApp!
Please see CONTRIBUTING.MD for more information and guidelines for contributing to TrueReach dApp.