1.0.1 • Published 4 months ago

@ywy_user/wallet v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

web3 钱包聚合库

结构

  1. 组件 WalletProvider 用于维持钱包数据上下文
  2. hooks 用于钱包 api 调用

hooks

  1. useWallet 用于用于调用钱包 api 的。
  2. useWalletData 用于获取钱包数据

useWallet 提供的 api

  1. connect 用于连接钱包
  2. disconnect 用于断开钱包
  3. getInfo 用于获取余额
  4. sign 用于签名
  5. signPsbt 用于签名 psbt
  6. sendBitcoin 用于发送 btc
  7. sendInscriptions 用于发送 Inscriptions
  8. getNetwork 用于获取网络
  9. setNetwork 用于设置网络
1.0.1

4 months ago

1.0.0

4 months ago