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

Replace EIP-1404 by ERC-1404 #243

Closed rya-sge closed 10 months ago

rya-sge commented 10 months ago

-Use the same notation as OpenZeppelin for ERC/EIP in draft: add the prefix "draft-" The change was due to a misunderstanding between the definition of ERC and EIP

ERC stands for Ethereum Request for Comment and is a protocol for proposing and standardizing new token and smart contract standards on the Ethereum blockchain. On the other hand, EIP stands for Ethereum Improvement Proposal and is a protocol for proposing changes and improvements to the Ethereum protocol itself. Ref: https://shardeum.org

-Add contract size in documentation