From b001f331413e92d9821bdb9f5c13c5a719f56fb1 Mon Sep 17 00:00:00 2001 From: Ryan S <71391932+rya-sge@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:28:13 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ae38e1..96a4541d 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,10 @@ CMTA providers further documentation describing the CMTAT framework in a platfor - [CMTA Token (CMTAT)](https://cmta.ch/standards/cmta-token-cmtat) - [Standard for the tokenization of shares of Swiss corporations using the distributed ledger technology](https://cmta.ch/standards/standard-for-the-tokenization-of-shares-of-swiss-corporations-using-the-distributed-ledger-technology) - +## Further reading +(https://cmta.ch/news-articles/a-comparison-of-different-security-token-standards)[CMTA - A comparison of different security token standards] +(https://www.taurushq.com/blog/security-token-standards-a-closer-look-at-cmtat/)[Taurus - Security Token Standards: A Closer Look at CMTAT] +(https://www.taurushq.com/blog/equity-tokenization-how-to-pay-dividend-on-chain-using-cmtat/)[Taurus - Equity Tokenization: How to Pay Dividend On-Chain Using CMTAT] ## Contract size From 1ca0dfca0f7427827def4c26000fe9e7b48962a9 Mon Sep 17 00:00:00 2001 From: Ryan S <71391932+rya-sge@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:38:08 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96a4541d..507f3650 100644 --- a/README.md +++ b/README.md @@ -253,9 +253,14 @@ CMTA providers further documentation describing the CMTAT framework in a platfor - [Standard for the tokenization of shares of Swiss corporations using the distributed ledger technology](https://cmta.ch/standards/standard-for-the-tokenization-of-shares-of-swiss-corporations-using-the-distributed-ledger-technology) ## Further reading -(https://cmta.ch/news-articles/a-comparison-of-different-security-token-standards)[CMTA - A comparison of different security token standards] -(https://www.taurushq.com/blog/security-token-standards-a-closer-look-at-cmtat/)[Taurus - Security Token Standards: A Closer Look at CMTAT] -(https://www.taurushq.com/blog/equity-tokenization-how-to-pay-dividend-on-chain-using-cmtat/)[Taurus - Equity Tokenization: How to Pay Dividend On-Chain Using CMTAT] +- [CMTA - A comparison of different security token standards](https://cmta.ch/news-articles/a-comparison-of-different-security-token-standards) +- [Taurus - Security Token Standards: A Closer Look at CMTAT](https://www.taurushq.com/blog/security-token-standards-a-closer-look-at-cmtat/) +- [Taurus - Equity Tokenization: How to Pay Dividend On-Chain Using CMTAT](https://www.taurushq.com/blog/equity-tokenization-how-to-pay-dividend-on-chain-using-cmtat/) + +## Others implementations +Two versions are available for the blockchain [Tezos](https://tezos.com) +- [CMTAT FA2](https://github.com/CMTA/CMTAT-Tezos-FA2) Official version written in SmartPy +- [@ligo/cmtat](https://packages.ligolang.org/package/@ligo/cmtat) Unofficial version written in Ligo ## Contract size From bce1a819feb06e98be58f5b3b91fa914157f462e Mon Sep 17 00:00:00 2001 From: Ryan S <71391932+rya-sge@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:08:52 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507f3650..d9508ed7 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ CMTA providers further documentation describing the CMTAT framework in a platfor ## Others implementations Two versions are available for the blockchain [Tezos](https://tezos.com) - [CMTAT FA2](https://github.com/CMTA/CMTAT-Tezos-FA2) Official version written in SmartPy -- [@ligo/cmtat](https://packages.ligolang.org/package/@ligo/cmtat) Unofficial version written in Ligo +- [@ligo/cmtat](https://github.com/ligolang/CMTAT-Ligo/) Unofficial version written in Ligo ## Contract size