The SDK which can be utilized for integrating smart contract is available in the folder package/sdk/wrapper.ts
git clone https://github.com/mokshyaprotocol/aptos-token-vesting
Change the file path in dependencies and update the addresses
aptos move compile --named-addresses --named-addresses wrapper=<YOUR ADDRESS>
aptos move test
aptos move publish --named-addresses wrapper=<YOUR ADDRESS>
Update program address inside tests tests/test.ts
yarn test