dharma-v2-periphery
v0.0.1
Published
🎚 Peripheral smart contracts for interacting with Dharma V2
Readme
Dharma V2
This repository contains the periphery smart contracts for the Dharma V2 Protocol.
The corresponding npm package can be installed with:
npm install dharma-v2-peripheryLocal Development
The following assumes the use of node@>=10.
Install Dependencies
yarn
Compile Contracts
yarn compile
Run Tests
yarn test
