Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 392 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 392 Bytes

untrading UN Token Contracts

https://untrading.org

This repo contains the ERC20 UN Token and accompanying vesting contract.

Development

Install dependencies with Forge:

forge install

Compile the contracts with:

forge build

Testing

Test contracts with Forge:

forge test

Licensing

The contracts in this repo are licensed under GPL-3.0.