This project extends the functionality of the axial-protocol repository to include staking and (soon) fee distribution
Currently the project contains the VestingStake.sol contract and the VestingStake.ts hardhat test script
The StakingVe contract can be tested as follows:
npx hardhat test test/VestingStake.ts
Don't forget to set your Solidity compiler version to 0.8.9 and install Hardhat locally.
npm install --save-dev hardhat