tkhq / tkcli

Command line tool to interact with Turnkey
Apache License 2.0
18 stars 5 forks source link

add wallet commands #49

Closed timurnkey closed 11 months ago

timurnkey commented 11 months ago

Summary & Motivation (Problem vs. Solution)

adds support for some of the new wallet functionality: https://docs.turnkey.com/api#tag/Wallets

Usage

turnkey wallets create --name <new_wallet_name>
turnkey wallets list
turnkey wallets accounts create --wallet <wallet_name_or_id> --address-format <address_format>
turnkey wallets accounts list --wallet <wallet_name_or_id>

Notes

Release Steps

See README for additional details.