Skip to content

threefoldtech/tfgrid-sdk-ts

Repository files navigation

tfgrid-sdk-ts

Version Lint Build Code Coverage

This repo contains the typescript clients and projects for Threefold grid.

Packages

Requirements

The main requirements are:

Install

yarn install

Build

yarn lerna run build

If the build fails due to a memory issue, please use the following command

export NODE_OPTIONS="--max-old-space-size=8192"

Related Documentations