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
- Host: GitHub
- URL: https://github.com/etherdata-blockchain/packages
- Owner: etherdata-blockchain
- Created: 2022-01-16T07:02:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T09:48:58.000Z (about 3 years ago)
- Last Synced: 2025-12-26T17:05:16.184Z (5 months ago)
- Topics: blockchain-technology, etd, monorepo, nodejs
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ETD Packages
[](https://github.com/etherdata-blockchain/packages/actions/workflows/test.yml)
[](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.