Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 796 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 796 Bytes

EVM Token Contracts

Monorepo that contains our EVM token contracts.

History

This repository is the successor to previous Truffle based repositories including:

Rather than taking the approach of creating a new repository and token template with each EVM chain we expand to, we instead manage all EVM tokens in one monorepo. This allows us to reuse code with a higher degree of confidence and add modular functionality through extensions rather than custom edits to copy and pasted code.