js icon indicating copy to clipboard operation
js copied to clipboard

Best in class web3 SDKs for Browser, Node and Mobile apps

Results 128 js issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Background Working with `BigNumber` variables requires importing `ethers` and using `ethers.utils.formatEther` and `parseEther` functions which is not very discoverable through our SDK unless you are already familiar with the...

good first issue
SDK

I have already deployed a contract to testnet. i would like to deploy with thirdweb sdk and then I can use it for my front end. But the error shows...

wontfix

Hi! I'm using ThirdWeb React SDK to communicate with marketplace contracts. Active Listings pagination seems to work based on All Listing pagination and just filter data when it's fetched. Let...

Hi - I keep getting the following error: `Error: This action requires a connected wallet to sign the transaction. Please pass a valid signer to the SDK.` My wallet is...

I'm using magic.link wallet as a custom provider with the Marketplace contract. Here is my code: ``` const magic = new Magic(process.env.NEXT_PUBLIC_MAGIC_API_KEY); await magic.auth.loginWithMagicLink({ email: "[email protected]" }); const provider =...

Getting an error on makeOffer in useMakeOffer | Raw error | cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (reason="execution reverted: !BAL20",...