1.1.2 • Published 3 years ago

@tulilabs/tdk v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

TDK: The Tuli Development Kit

StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

Overview

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:

Installation

yarn add @tulilabs/tdk

Guides

Development

git clone ...

Run tests

In a new terminal, start up a blockchain

yarn chain

In your current terminal, run tests

yarn test