This repo contains the ERC20 UN Token and accompanying vesting contract.
Install dependencies with Forge:
forge install
Compile the contracts with:
forge build
Test contracts with Forge:
forge test
The contracts in this repo are licensed under GPL-3.0.