Install
The Tonomy SDK is a TypeScript-enabled JavaScript library
npm install @tonomy/tonomy-id-sdk
# or
yarn add @tonomy/tonomy-id-sdk
The Tonomy SDK is ESM-only. Set your package.json to "type": "module".
See ESM Migration Guide.
Using the Command Line Interface
git clone https://github.com/Tonomy-Foundation/Tonomy-ID-SDK.git
cd Tonomy-ID-SDK
yarn
# you can now run CLI commands, for example:
yarn run cli keys create
Last updated