gitcoinco / easy-retro-pgf

Retroactive Public Goods Funding for everyone.
https://easyretropgf.xyz
MIT License
56 stars 32 forks source link
eas funding nextjs

EasyRetroPGF

Website | Telegram Group
[](https://easyretropgf.xyz/sustainable-urban-development) [](https://easyretropgf.xyz/sustainable-urban-development/projects)

Documentation

Supported Networks

All networks EAS is deployed to are supported

Mainnets

Testnets

Development

To run locally follow these instructions:

git clone https://github.com/gitcoinco/easy-retro-pgf

bun install # (or pnpm / yarn / npm)

cp .env.example .env # and update .env variables

docker-compose up # starts a local postgres instance

bun run dev

bun run db:push # create database tables

open localhost:3000

Technical details