A typescript starter for thirdweb SDK
Clone this project locally using degit:
npx degit https://github.com/thirdweb-dev/examples/tree/main/typescript/typescript-sdk
Then install the dependencies:
npm install
Make sure to set up valid environment variables. Copy .env.example into .env and change the values to your needs.
Run the following command to run the app locally:
npx ts-node sdk.ts
npx tsc sdk.ts