Releases: ZcashFoundation/zcash-grant-system
Releases · ZcashFoundation/zcash-grant-system
Release 0.1.0
- Port to Zcash: We've ported the vast majority of both the frontend and backend to a Zcash based architecture, stripping away our various reliances on Web3 and other Ethereum related dependencies. In practical terms this means email login instead of EIP-712 message signing, and modeling some of the state that was kept in contracts in tables instead.
- Proposal Approval: We've integrated a proposal approval process into the proposal submission flow.
- Contribution Flow: This one speaks for itself. I'll drop a screenshot of a view that I think y'all will really enjoy, which will also help demonstrate to @adityapk00 how we might be able to collaborate with the reference mobile wallet.
- Many more: https://github.com/dternyak/zcash-grant-system/pulls?q=is:pr+is:closed
Links!
Okay, here they are 😁
Admin: https://zcf-grant-admin.herokuapp.com
Right now the admin login operates on effectively a shared secret, but we'll be moving it to rely on permission set directly on our User table, which will allow us to simply email invite admins in the future (and not share passwords in plain text :P).
The admin site view allows you to inspect various in-progress proposals, approve or reject (with a reason), see the users signed up, and several other niceties. We think you'll be using the admin site most to approve or reject proposals.
Frontend: https://zcash-grant-frontend.herokuapp.com/
What you'll be able to do right now:
- Create a Proposal(s)
- invite team members by email
- Set milestones
- Pretty much the whole flow!
- Browse existing proposals (https://zcash-grant-frontend.herokuapp.com/proposals/2-zcash-grant-platform)
- We've set one up, and have even sent some ZEC to it! 🙂
- Leave comments and updates to your proposal
- View contributors where users have claim their contribution
- Much more!