ts-sdk
ts-sdk copied to clipboard
TypeScript-based client for interacting with the Nibiru blockchain
- [ ] Let's open a ticket to add a more clean way to parse tx logs _Originally posted by @Unique-Divine in https://github.com/NibiruChain/web-app-nibiru/pull/178#discussion_r1043796045_ We can wrap the POJOs in a...
As we update `nibijs`, the functions and arguments can change. New versions of Nibiru may not be compatible with older versions of the TypeScript SDK. For this reason, we should...
It will make the examples directory easier to maintain.
## Queries to Create Examples For - [ ] Link to Examples in this ticket: ___ - [ ] Document an example with a WHERE clause - [ ] Document...
## Purpose [Add more info] ## The Ask - [ ] Start with a git submodule and get the CI working as a GitHub workflow.
## The Ask EVM developers on Nibiru will need to be able to import the interfaces for [precompiled contracts](https://nibiru.fi/docs/evm/precompiles/) and any related constants. Solidity uses `npm` as the package registry...
## Purpose - This ticket is meant to implement a solution for #371 ## Description The [SigningCosmWasmClient from cosmjs](https://github.com/cosmos/cosmjs/blob/e6361e9e63dd791e13286be517ef02e0d4272a33/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts#L197) has a constructor that takes options through `SigningCosmWasmClientOptions`, however these options...
## The Ask The goal is to specify an existing version of Nibiru by commit hash or tag, pull the repo, `git checkout` to the specified commit, run `just localnet`...