Various helpers and utilities to assist in implementing the Proof of Onboarding (POO) Protocol on the Cardano blockchain network.
The repository is designed as a monorepo to contain the various tools in one place.
These tools are licensed under CC-BY-4.0 and authored by Adam Dean.
This is a dummy server that will run locally and provide all possible responses from an expected POO Protocol API server, the intent of this tool is to allow wallet implementors to easily test their various modals and feedback windows for proper behavior.
A Postman Collection file is included to see example requests and responses.
Helper libraries and code examples to show you how to integrate POO into your wallet or platform.
The POO QR Code Generator is a simple node.js script to generate unique codes and the subsequent QR codes you may need to deploy POO in production. Instructions for use can be found within the directory.