https://github.com/threefoldtech/tfgridv4-sdk-ts
https://github.com/threefoldtech/tfgridv4-sdk-ts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/threefoldtech/tfgridv4-sdk-ts
- Owner: threefoldtech
- Created: 2025-02-11T11:20:32.000Z (3 months ago)
- Default Branch: development
- Last Pushed: 2025-03-17T10:21:34.000Z (2 months ago)
- Last Synced: 2025-04-09T17:10:01.343Z (about 1 month ago)
- Language: TypeScript
- Size: 1.2 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.MD
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
```