NibiruChain / ts-sdk

TypeScript-based client for interacting with the Nibiru blockchain
MIT License
34 stars 8 forks source link

Integrate cosmjs functionality as local dependency #378

Open Unique-Divine opened 1 week ago

Unique-Divine commented 1 week ago

Purpose

[Add more info]

The Ask

cgilbe27 commented 1 week ago

https://github.com/sei-protocol/sei-js/tree/main/packages/cosmjs

cgilbe27 commented 1 week ago

Start with CosmWasmSigningClient account parser extension

NibiCosmWasmSigningClient extends CosmWasmSigningClient { accountParser; () => {} }