https://github.com/sandoche/fund3r
Web3 grants program for the NEAR ecosystem
https://github.com/sandoche/fund3r
Last synced: 8 months ago
JSON representation
Web3 grants program for the NEAR ecosystem
- Host: GitHub
- URL: https://github.com/sandoche/fund3r
- Owner: sandoche
- License: gpl-3.0
- Created: 2024-01-19T14:55:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T14:58:37.000Z (over 1 year ago)
- Last Synced: 2025-01-11T20:42:00.778Z (9 months ago)
- Language: TypeScript
- Size: 685 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FUND3R [](https://near.org/) [](LICENSE) [](https://t.me/FUND3RNEAR)
FUND3R is a platform that provides tooling for end-to-end management of a grant lifecycle, significantly improving the barrier of entry to run your grant program.
👉 [Read more](https://gov.near.org/t/demo-run-a-scalable-compliant-grant-program-on-top-of-your-dao/26640)
## Demo
- Watch the demo video: https://drive.google.com/file/d/1U3bBcozcY1WxMQeIfZHANTBica4_ossl/view
- Try the demo website: https://fund3r-ui-demo.funding.nearweek.com/## Development
The project is made of three services (each with its own README):
- [ui](/ui)
- [api](/api)
- [backoffice](/backoffice)### Set up
Each of these services has its own environment variables.
You need to run `cp .env.dist .env` in each of these 3 folders and fill in the values.#### API Keys required
The project requires a few API keys & settings to work properly, you need to set them the `.env` file.
- Astro DAO Smart contract id
- Calendly API Key
- Calendly URL for the approval interview
- Calendly URL for the milestones interview
- Hello sign API Key
- Hello sign client ID#### Customization
Coming soon
### Run
You can either run each of these services separately or run them all together using docker compose:
```bash
docker-compose -f ./docker-compose.yml up --build
```## Authors
- [Sandoche](https://github.com/sandoche)
- [Pierre Le Guen](https://github.com/PierreLeGuen)## License
[GNU General Public License v3.0](/LICENSE)