Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.01 KB

Guide.md

File metadata and controls

43 lines (28 loc) · 1.01 KB

Applications

API

API For all the operations. Handles claims, scans & backoffice tasks

APP

POAP application interface. Is the main interface where user can:

  • Claim Badges
  • Scan address for Badges
  • Check Badge details
  • Access the Backoffice

Signer

  • Hosted by event organizer, in a private ip (should not be accesible from outside the event)
  • It's a npm package that anyone can run

Small server that is able to 'sign' proof of attendance. Is to be deployed in the event's local network.

To run it, you need a computer with node installed, and then run:

npx poap-signer -p <PORT> -e <EventID> --sk <SignerPrivateKey>

if you don't yet have a private key, you can generate one by:

npx poap-signer --genkeys

After doing so, you need to go the backoffice and configure the signer address & signer url.