This a vault made for the Predexyo Solidity Test
The Repo consists of:
- Vault.sol: A vault contract that allows users to deposit eth and wrap it and deposit erc20s.
- Vault.t.sol: A test for the vault contract.
$ forge install
$ forge build
$ forge test
$ forge fmt
$ forge snapshot