npm.io
1.3.4 • Published 4 years ago

@perp/curie-periphery

Licence
GPL-2.0-or-later
Version
1.3.4
Deps
0
Size
248 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

perp-curie-periphery

Local Development and Testing

Requirements

You should have Node 12 installed. Use nvm to install it.

Development
git clone git@github.com:perpetual-protocol/perp-curie-periphery.git
cd perp-curie-periphery
npm i
npm run build

All deployed contract addresses can be find in metadata folder.

  • ./metadata/{network}-dv.json is for delegatable vault contracts.
  • ./metadata/{network}.json is for other contracts.
Testing

To run all the test cases:

npm run test