ts-sdk icon indicating copy to clipboard operation
ts-sdk copied to clipboard

TypeScript-based client for interacting with the Nibiru blockchain

Results 22 ts-sdk issues
Sort by recently updated
recently updated
newest added

In case no fields specified for the query return nothing instead of using default field list. Example with default fields list: https://github.com/NibiruChain/ts-sdk/blob/dabe094fcaafaf5c23668616e10905c960832347/src/gql/query/oracle.ts#L59-L68

https://nibiru.fi/docs/dev/x/Nibiru-Chain/bank.html Plus another

type: enhance

Source: http://nibiru.fi/docs/dev/tools/nibijs/classes/StableSwap.html ## Problem None of the variable names have explanations, and the hyperlink isn't active ![image](https://github.com/NibiruChain/ts-sdk/assets/51418232/969b4c0b-43b4-4d11-9059-6fe0def4c6a6) ## Solution: Good Example https://nibiru.fi/docs/dev/tools/nibijs/functions.html#testnet ![image](https://github.com/NibiruChain/ts-sdk/assets/51418232/a3d0ffc3-8202-4361-b72f-81eeec9a8872)

type: docs

We can display the current value of a position from the current state of the amm object and the position object. Creating this function in the ts-sdk allows the web-app...

prio: p1 (high)

(Not from your change, but I just noticed) We should import this string rather than hard-coding it here. That way, if we change the version of `@nibiruchain/nibijs` and `@nibiruchain/protojs`, we'll...

type: enhance

### Exception Handling Common examples: - [ ] "incorrect account sequence" | Account sequence mismatch errors | Example here: https://github.com/cosmos/cosmos-sdk/issues/11597 - [ ] "insufficient funds" - [ ] "out of...

type: enhance