vault-contract-sdk
v1.0.3
Published
Sdk for interacting with vault contract
Downloads
12
Maintainers
Readme
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