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

ERC-1363 #262

Open rya-sge opened 9 months ago

rya-sge commented 9 months ago

Add a CMTAT deployment version supporting ERC-1363.

See also ERC-1363 Standard Explained

OpenZeppelin already supports this standard ERC-1363.sol

The easier way to do this is to create a contract inheriting from CMTAT_PROXY or CMTAT_BASE which adds the support of ERC-1363. This is similar to the version for UUPS proxy.