Skip to content

Commit 72ff2aa

Browse files
committed
feat(sdk): add wallet and swap modules (v0.4.0)
- wallet.js: create, import, derive, deriveMissingChains, balance, send, history - swap.js: coins, quote, create, status, history (ChangeNow v2 integration) - CLI wallet commands: create, import, unlock, balance, send, history, backup, delete - CLI swap commands: coins, quote, create, status, history - GPG-encrypted local wallet storage at ~/.coinpay-wallet.gpg - noble-curves compatibility for v1.x and v2.x APIs - TypeScript definitions for all new modules - Comprehensive test coverage
1 parent 6a71a81 commit 72ff2aa

File tree

27 files changed

+5156
-354
lines changed

27 files changed

+5156
-354
lines changed

packages/sdk/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.gpg

0 commit comments

Comments
 (0)