Provides common code and types for interacting from the TokenScript engine from a card view
npm install @tokenscript/card-sdkThe TokenScript card SDK is bundled with the TokenScript engine and is injected into each cards iframe or webview along
with the TokenScript userspace code.
To include SDK type in your TokenScript project, install the SDK as a developer dependency:
```
npm i -D @tokenscript/card-sdk
Then include the tokenscript.d.ts in the entrypoint of your application (e.g. index.ts/main.ts):
``
import "@tokenscript/card-sdk/src/tokenscript.d.ts";`
OR`
///
- ### ethers.js (version ^6.9)
To build & bundle an updated SDK with the engine:
npm run bundle`