Skip to content

threefoldtech/tfgrid-sdk-dart

Repository files navigation

tfgrid-sdk-dart

melos codecov

This repo contains the dart clients for Threefold grid.

Packages

Prerequisites

Make sure you have the following tools installed:

Initialize Workspace

To initialize workspace in all packages run the following command

melos bootstrap

Code Analysis

To analyze code in all dart package run the following command

melos run analyze

Run Unit Tests

To run unit tests in all packages that have test directory, run the following command

docker run --network host ghcr.io/threefoldtech/tfchain --dev --rpc-cors all --rpc-external --rpc-methods=safe

Then run :

melos run unit_test

Generate Coverage

To generate coverage for all packages and merge the results, use the following commands

melos run unit_test_and_coverage

Check results from result.txt with the following command

cat coverage/result.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages