An open API service indexing awesome lists of open source software.

https://github.com/threefoldtech/tfgridv4-sdk-ts


https://github.com/threefoldtech/tfgridv4-sdk-ts

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tfgridv4-sdk-ts

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

## Packages

- [registrar_client](./packages/registrar_client/README.md)

## Requirements

- [Node.js](https://nodejs.org/) (version 20 or higher)
- [lerna](https://lerna.js.org/) (version 8.1.9 or higher)
- [yarn](https://yarnpkg.com/) (version 4.7.0)

## Install

```bash
yarn install
```

## Build

```bash
yarn lerna run build
```