lightning-invoice 0.1.0

Data structures to parse and serialize BOLT11 lightning invoices
Documentation

lightning-invoice (WIP)

Build Status Coverage Report

This repo provides datastructures for BOLT 11 lightning invoices. It provides functions to parse and serialize invoices from and to bech32.

Please be sure to run the test suite since we need to check assumptions regarding SystemTime's bounds on your platform. You can also call check_platform on startup or in your test suite to do so.

Contributing