demo-verse / expressions-of-peace

A decentralized app for initiating p2p peacemaking interaction. Deployed to Görli testnet @ Ethereum blockchain
https://expressions-of-peace.vercel.app/
7 stars 3 forks source link

add (optional) citizenship info along with expression text #16

Closed streamerd closed 2 years ago

streamerd commented 2 years ago

Let's adapt dapp to V2 contract via calling read, just_express (same with v1) and express_as_citizen calls to the new contract for expressions.

via selecting a country name along with the textual form of Expression of Peace, via a dropdown menu (searchable, preferrably).

note that, we'll be adding new contracts and switch to them, and will prepare an aggregator logic at the end on displaying (multiple) expressions.

streamerd commented 2 years ago

here's the pull request: https://github.com/demo-verse/expressions-of-peace/pull/17

streamerd commented 2 years ago

wow, this was merged yesterday. thank you @docxology for your review.