pacu / zcash-kotlin-payment-uri

Prototype of Zcash Payment URIs defined on ZIP-321 for Kotlin
MIT License
2 stars 0 forks source link

Add ZIP-321 Parsing support #26

Closed pacu closed 6 months ago

pacu commented 8 months ago

closes #25

This Feature adds ZIP-321 parsing support to the library.

It uses Kudzu, a parser combinator library inspired in Parsecs.

The ZIP-321 provides no address validation (yet). This is left to the caller to provide lambdas that do so as they please.