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.jsonis for delegatable vault contracts../metadata/{network}.jsonis for other contracts.
Testing
To run all the test cases:
npm run test