TPL-protocol / demo-dapp

Sample dapp for showcasing TPL
MIT License
9 stars 2 forks source link

add the first part of the dapp implementation #2

Closed come-maiz closed 6 years ago

come-maiz commented 6 years ago

This includes showing the rootdao address, the list of validators, the address of the connected metamask account, the status of this account (validated or not) and a button to get validated. Also, a npm test to get started.

Most of the code is @frangio's. I've been watching him write code :)

come-maiz commented 6 years ago

The PR is huge, but each commit has been reviewed by me and @frangio.

come-maiz commented 6 years ago

Thanks for the review @spalladino! I'm leaving a couple of things for a separate branch, and I replied to some comments with questions.

come-maiz commented 6 years ago

Ok, I applied half of palla's suggestions and left the other half reported in issues. Merging. Thanks a lot @spalladino and @frangio!