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

https://github.com/etherdata-blockchain/packages

ETD Packages
https://github.com/etherdata-blockchain/packages

blockchain-technology etd monorepo nodejs

Last synced: 5 months ago
JSON representation

ETD Packages

Awesome Lists containing this project

README

          

# ETD Packages

[![Test and release](https://github.com/etherdata-blockchain/packages/actions/workflows/test.yml/badge.svg)](https://github.com/etherdata-blockchain/packages/actions/workflows/test.yml)

[![codecov](https://codecov.io/gh/etherdata-blockchain/packages/branch/master/graph/badge.svg?token=MiSdXUBdGe)](https://codecov.io/gh/etherdata-blockchain/packages)

This repo contains all the packages used in ETD project.

# Getting start

First clone this repo
```shell
git clone https://github.com/etherdata-blockchain/packages.git
```

Install dependencies

```shell
yarn install
```

Run tests
```shell
yarn test
```

# Contribute
In order to contribute this project, make sure you submit your pull-request followed the
conventional commit message guideline.