CMTA / CMTAT

Reference Solidity implementation of the CMTAT token developed by CMTA to tokenise securities in compliance with the Swiss law.
https://www.cmta.ch
Mozilla Public License 2.0
48 stars 22 forks source link

Add DebtEngine #271

Closed rya-sge closed 2 months ago

rya-sge commented 3 months ago

Currently, Debt and credits modules are included in CMTAT. This increases CMTAT code size. These modules only add information to CMTAT and are not really useful for the majority of tokenization use-case.

Using an external contract will still allow to put additional information without increases the cmtat code size.

rya-sge commented 2 months ago

Done