typescript-sdk
typescript-sdk copied to clipboard
Best in class web3 SDK for Browser, Node and Mobile apps
[Bug]: Attempted import error: 'File' is not exported from '@web-std/file' (imported as 'File$1').
**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,...
filebase