A wrapper ERC20 token that linearly vests an underlying ERC20 token to its holders.
It's not really suited for trading, but it is a useful tool for plugging vesting into other primitives. One example is Astrodrop, which is a tool for airdropping ERC20 tokens and more. Combining VestedERC20 with Astrodrop, one can airdrop vested tokens to arbitrarily many people for a constant cost.
VestedERC20 uses Foundry as the development framework.
make build
make test