blueprints
/
0.2.1-4
blueprints 0.2.1-4
Install from the command line:
Learn more about npm packages
$ npm install @topology-foundation/blueprints@0.2.1-4
Install via package.json:
"@topology-foundation/blueprints": "0.2.1-4"
About this version
This package contains the CRO blueprints intended to be used by other CROs.
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
To build the package, you can run:
yarn build
To run the tests, you can run:
yarn test