FundRing / fundring

This is a community fund for the Filecoin ecosystem that allows participants to contribute to projects they're interested in.
MIT License
5 stars 0 forks source link

Add project list view to app #2

Closed avivash closed 1 year ago

avivash commented 1 year ago

As a pre-cursor to embeddable widget code, we should implement a way via the fundring website to be able to fund various projects within the network.

A list of the details for each project can be pulled from web3storage and we can render a funding widget connected to each of the deployed contract addresses.

There will need to be a little bit of work done to generalize the funding widget code(such as making the contract address and project details props that can be passed in)

avivash commented 1 year ago

Won't be completing this soon