Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.91 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.91 KB

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