secret.js icon indicating copy to clipboard operation
secret.js copied to clipboard

The JavaScript SDK for Secret Network

Results 45 secret.js issues
Sort by recently updated
recently updated
newest added

the README page in this repo needs updating. it refers to https://github.com/scrtlabs/api-registry but in visiting that there's a reference to a newer location: https://docs.scrt.network/secret-network-documentation/development/resources-api-contract-addresses/connecting-to-the-network additionally, the README refers to needing...

`query.compute.queryContract` throws errors in some cases and returns error strings in other cases (like when a query does not exist), which is confusing and problematic, especially because strings are valid...

I am building a Secret NFT and I'm following this tutorial https://youtu.be/jRuSOos9ig4. I tried to deploy the NFT like this video narrator does around 31:12. I ran a the `deploy-nft.js`...

I used secretjs alpha version before. And used keplr wallet for query & broadcast transactions. It was works fine before I updated secretjs version. But when I update with v1.5,...

The current `dist/browser.js` is a monolithic minified CJS bundle. It is my understanding that this format is only preferable if including SecretJS through a `` tag -- but when using...

Our react native app is using secretjs,but import { SecretNetworkClient } from "secretjs"has a error ,"Cannot convert a BigInt value to a number" We have version ^1.3.0-beta.1 installed,Node version is...

bug

Our react native app is trying to import the Wallet class and SecretNetworkClient class and use them to make a transaction as per this documentation: https://secretjs.scrt.network/#broadcasting-transactions The error I am...

bug

I'm using secretjs 1.5.1. I have a Stashh collection with public ownership. GetOwnedTokens works if I pass a viewer or a permit with signature received with keplr.signAmino. Does it should...

When I use metamask to try and generate a permit. I'm getting "Failed to verify signatures for the given permit" when trying to use the permit. I think it might...