Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 777 Bytes

index.md

File metadata and controls

18 lines (12 loc) · 777 Bytes

AbstractWallets.jl

Travis Build Status GitHub Repo

Abstractions for Digital Wallets in Julia

CurrentModule = AbstractWallets

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