cw20-vesting 0.4.1

Extend cw20-base to add vesting times to tokens
Documentation
1
2
3
4
5
6
# CW20 Vesting

This extends [cw20-base](https://github.com/CosmWasm/cw-plus/tree/v0.13.1/contracts/cw20-base)
to add native vesting controls to the token, like the cosmos sdk auth/bank modules do.

TODO: explain more