Expand description
cashweb
is a collection of useful components, designed for quick integration of the following protocols:
Modulesยง
cashweb-auth-wrapper
is a library providing deserialization, parsing, and verification needed within theAuthorization Wrapper Framework
.cashweb-bitcoin
is a library providing serialization/deserialization of Bitcoin structures, utility methods for signing, and methods forHierarchical Deterministic Wallets
use.cashweb-bitcoin-client
is a library providing aBitcoinClient
with basic asynchronous methods for interacting with bitcoind.cashweb-bitcoin-client
is a library providingKeyserverClient
which allows interaction with specific keyservers andKeyserverManager
which allows sampling and aggregation over multiple keyservers.cashweb-payments
is a library providing structures and utilities related to theBIP70: Payment Protocol
and aWallet
structure to allow receiving payments.cashweb-relay
is a library providing serialization/deserialization, encryption/decryption/verification of structures in theRelay Protocol
.cashweb-relay-client
is a library providingRelayClient
which allows interaction with specific relay server.- Secp256k1
cashweb-token
is a library providing utility methods for thePOP Token Protocol
.