serum-ts
serum-ts copied to clipboard
Project Serum TypeScript monorepo
Hi there, I am trying to use the library within a React Native app. There are a number of node.js specific functions that this library uses. Are there any plans...
Thank you for implementing this client library for Serum! I really appreciate the open-source efforts to make the Dex accessible, and I'd like to make my own contribution. # Description...
Is there any requirement to listed on serum markets list? I added my market address in markets.json and created PR https://github.com/project-serum/serum-ts/pull/185
for bundling purposes, I am trying to get it work for cloudflare worker. To enable tree shake, we should implement es6 module. For easier setup, we can check out https://github.com/egoist/tsup...
Followup for https://github.com/project-serum/serum-ts/pull/98
Im using @solana/wallet-adapter, phantom adapter works fine with the integration, but coin98 or sollet, after signing the transactions, shows `WalletSendTransactionError: Signature verification failed` I dont know if this is regarding...
most of the time calling `toNumber()` would result in `Number can only safely store up to 53 bits`, workaround is to just call `toString()` into `Number()`