vault-contract-sdk

Sdk for interacting with vault contract


Keywords
decentralized, vault, contract
License
Unlicense
Install
npm install vault-contract-sdk@1.0.2

Documentation

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