0.0.5 • Published 3 years ago

@astralprotocol/stac-validator-js v0.0.5

Weekly downloads
89
License
APACHE OR MIT
Repository
github
Last release
3 years ago

astralDAO Twitter

astral-protocol

Monorepo containing the implementation of the Astral Protocol.

Project Status - Ropsten testnet / Hosted Powergate

Project Structure

This repo is made up of several different packages.

PackageCurrent VersionCIDescription
@astralprotocol/corenpm--Core Astral Protocol Implementation
@astralprotocol/contractsnpmBuild Status Coverage StatusAstral Smart Contracts - GeoDID Registry
@astralprotocol/subgraphnpm--Subgraph for astral-protocol-contracts
@astralprotocol/stac-validator-jsnpm--Node validator for stac item files

Development

Project setup

This project uses yarn and lerna to manage packages and dependencies. To install dependencies for all packages in this repo, go to root dir and run:

$ yarn install

Then build all packages:

$ yarn run build