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