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

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

Results 6 typescript-sdk issues
Sort by recently updated
recently updated
newest added

**Prerequisites** * [x] I have checked that `@thirdweb-dev/sdk` is on the latest _stable_ version and the bug still exists. * [x] I have checked [existing issues](https://github.com/thirdweb-dev/typescript-sdk/issues?q=is%3Aissue) and I was unable...

**Prerequisites** * [x] I have checked that `@thirdweb-dev/sdk` is on the latest _stable_ version and the bug still exists. * [x] I have checked [existing issues](https://github.com/thirdweb-dev/typescript-sdk/issues?q=is%3Aissue) and I was unable...

Separated provider and signer logic, which gives the following setup API: ``` const sdk = new ThirdwebSDK("polygon"); sdk.wallet.connect(signer); ``` and we still have of course: ``` const sdk = ThirdwebSDK.fromPrivateKey(pkey,...