0.2.0 • Published 5 years ago

walletd v0.2.0

Weekly downloads
10
License
ISC
Repository
github
Last release
5 years ago

walletd

Universal Headless Digital Asset Wallet for Machines

Installation

npm install -g walletd

Usage

bash> walletd
 _    _   ___   _      _      _____  _____ ______
| |  | | / _ \ | |    | |    |  ___||_   _||  _  \
| |  | |/ /_\ \| |    | |    | |__    | |  | | | |
| |/\| ||  _  || |    | |    |  __|   | |  | | | |
\  /\  /| | | || |____| |____| |___   | |  | |/ /
 \/  \/ \_| |_/\_____/\_____/\____/   \_/  |___/

Concepts

As an abstract digital asset wallet, Walletd offers four main functions

Primary Actions

1) Receive Payment

2) Send Payment

3) Get Balance

4) List Payments

Plugins

Each wallet in your walletd is provided by a plugin, which is a piece of code and config data defining how to perform the four primary actions.