/tfgrid-sdk-ts

Primary LanguageHTMLApache License 2.0Apache-2.0

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

Note: If the used Python version is 3.12 or later, you need to install setuptools.

python3 -m pip install setuptools

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