Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 891 Bytes

File metadata and controls

58 lines (36 loc) · 891 Bytes

Blockchain Data

Pre-requisites

Install dependencies for the workspace

yarn install

Quick Start Guide

All commands below need to be run in the context of the blockchain-data package. Read more about context here.

Running in dev mode:

yarn dev

Building to dist directory with javascript output:

yarn build

Running all tests:

yarn test

Running changed tests in watch mode:

yarn test:watch

Linting:

yarn lint

Typechecking:

yarn typecheck

About

This package consists of wrapper functions for interacting with Immutable Blockchain Data APIs.

Read more about the Blockchain Data APIs.

Read more about the blockchain-data package here.