Install

The Tonomy SDK is a TypeScript-enabled JavaScript library

npm install @tonomy/tonomy-id-sdk
# or
yarn add @tonomy/tonomy-id-sdk

See Troubleshooting for other issues while compiling or executing the SDK.

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