0.1.0 • Published 3 years ago

astralprotocol v0.1.0

Weekly downloads
7
License
MIT*
Repository
-
Last release
3 years ago

Imgur MIT license 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/astral-protocol-core----Core Astral Protocol Implementation
@astralprotocol/astral-protocol-contracts--Build Status Coverage StatusAstral Smart Contracts - GeoDID Registry
@astralprotocol/astral-protocol-subgraph----Subgraph for astral-protocol-contracts
@astralprotocol/stac-validator-js----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