astralprotocol
v0.1.0
Published
Monorepo containing the implementation of the Astral Protocol.
Downloads
2
Readme
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.
| Package | Current Version | CI | Description | | ----------------------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------- | | @astralprotocol/astral-protocol-core | -- | -- | Core Astral Protocol Implementation | | @astralprotocol/astral-protocol-contracts | -- | | Astral 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