0.3.1 • Published 8 months ago
@topology-foundation/blueprints v0.3.1
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/blueprints
Build
To build the package, you can run:
yarn build
Tests
To run the tests, you can run:
yarn test