/POO

Packages and Libraries for supporting the Cardano Proof of Onboarding Protocol

Primary LanguageTypeScriptCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Cardano P.O.O. (Proof of Onboarding) Utilities

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.

Packages

POO Test Server

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.

POO Library

Helper libraries and code examples to show you how to integrate POO into your wallet or platform.

POO QR Code Generator

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.