1.1.0 • Published 2 years ago

cardano-time v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Cardano Time - Typescript Library

cardano-time is a small library for handling time (epoch and slots) in Cardano.

Build

Before building the library, the necessary dependencies must be installed.

$ npm install

Building the library is then as simple as:

$ npm run build

Test

This library also includes a number of test cases written with the help of the mocha testing framework. These tests can be run by issuing the following command.

$ npm run test

Contact