1.0.3 • Published 1 year ago

vault-contract-sdk v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

EVM Base Vault for managing decentralized assets

Remember to create a dev-keys.json having needed infomation in hardhat.config.ts

  • For generating sdk for front-end or any project to interact with contract
npx hardhat compile
npm run build
  • For testing
npx hardhat test
  • For running hardhat network forked from mainnet
npm install
npx hardhat compile
npm run blockchain
npm run deployments