@relative-finance/contracts
v1.23.1
Published
contracts for relative finance
Downloads
16
Readme
Contracts
- Install dependencies
npm install
- Run tests
npm run test
- Deploy to testnet
npm run deploy -- --network testnet
npm run verify -- --network testnet
After deploying to testnet, update the package version number in
package.json
and triggerpublish-deployments
pipeline after pushing code.
See hardhat docs for more information