This is a Vault module written in the Move language compatible with Aptos Move.
- Admin can create new managed coin based on the BasicCoin module
- Users can deposit into or withdraw from the vault
- Admin can pause or unpause the vault
- Deposit and withdraw methods are disabled when the vault is paused
- Run
aptos move test
in the project directory to run the tests