Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.5 KB

hello-cothority

A mobile-first progressive web app for all things cothority

Info

The goal of this repository is to create a mobile-first progressive web app that connects and interacts with conodes from the cothority framework.

The goal is to have a conode explorer, a skipchain explorer, and proof of personhood features.

See here for an implementation of proof of personhood by DEDIS in javascript.

For now, the page only works in local. In the future it will be deployed to the blockchainstudentassociation servers.

This is because the page cannot be served over https (see here)

Made with React and bulma.

Also see create-react-app

Future

Potential future features could be:

  • Integrating with the coupons and messaging features being developed by DEDIS
  • Email signature creation using personhood
  • Voting using personhood
  • Questionnaire linked to personhood
  • Conode representation using personhood badge

Setup

Clone the repository:

git clone https://github.com/blockchainstudentassociation/hello-cothority
cd hello-cothority

Install the dependencies with yarn:

yarn

Run the project:

yarn start

Now browse to localhost:3000 😄