Statements | Branches | Functions | Lines |
---|---|---|---|
The Tuli Development Kit (TDK) is a tool for developers to simply and reliably interact with the Tuli Protocol. The TDK is written in Typescript and can be used in any environment in which Javascript can be run.
The TDK has 4 primary exports plus some types:
yarn add @tulilabs/tdk
git clone ...
Run tests
In a new terminal, start up a blockchain
yarn chain
In your current terminal, run tests
yarn test