Getting Started
Last updated
Last updated
Node.js >= 20.0.0
npm, or yarn ≥ 4.3.1
pure ESM compiler (commonjs not supported)
The Tonomy SDK is a typescript enabled javascript library. Install with npm or yarn.
The Tonomy SDK is ESM-only. Set your package.json to "type": "module".
Troubleshooting? See .
When using yarn v2+ then you will need to also add the following to your package.json
file.
See for other issues while compiling or executing the SDK.