Home

AbstractWallets.jl

Travis Build Status GitHub Repo

Abstractions for Digital Wallets in Julia

The AbstractWallets package describes an API for digital asset wallets which focuses on three key properties: internal portfolio, transaction layer and transaction histories, and custom address lists (whitelist/blacklist/...). See the Implementing Wallet API: Guide page for more details.

To install AbstractWallets run the following in a Julia REPL:

]add AbstractWallets