@topology-foundation/blueprints
v0.3.1
Published
This package contains the CRO blueprints intended to be used by other CROs.
Readme
Topology Blueprints
This package contains the CRO blueprints intended to be used by other CROs.
Usage
This package is intended to be used as a dependency for the Topology Protocol. However, you can use it as a standalone package. For that, you can install it using:
# yarn
yarn add @topology-foundation/blueprints
# npm
npm install @topology-foundation/blueprintsBuild
To build the package, you can run:
yarn buildTests
To run the tests, you can run:
yarn test