From f529fefaabfde210a2b3d9dc388222f238068da0 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:00:19 -0800 Subject: [PATCH] Make small edits to Sui README Editing while reviewing. Nothing significantly wrong here. Do see the TODO for the eng plan doc. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 03d2e72d1a151..6b9c39c08e5d8 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,24 @@ Sui is a decentralized permisionless smart contracts platform developed with a goal of efficient management of rich assets. Sui uses -low-latency scalable reliable broadcast between a set of validators to +low-latency scalable and reliable broadcast between a set of validators to ensure the safety of common operations on assets. It relies on full consensus for governance operations and checkpointing performed off -the critical latency path. It uses the Move programming language to -define assets as typed objects and to define operations on these -objects. +the critical latency path. It uses the [Move](https://github.com/diem/move) +programming language to define assets as typed objects and operations +on these objects. -For more information please visit the Sui Developer Portal -[here](doc/SUMMARY.md). +For more information, visit the [Sui Developer Portal](doc/SUMMARY.md). ## References -* Sui is based on FastPay: [FastPay: High-Performance Byzantine Fault Tolerant Settlement](https://arxiv.org/pdf/2003.11506.pdf) +Sui is based on [FastPay: High-Performance Byzantine Fault Tolerant Settlement](https://arxiv.org/pdf/2003.11506.pdf). ## Contributing Read [Eng Plan](https://docs.google.com/document/d/1Cqxaw23PR2hc5bkbhXIDCnWjxA3AbfjsuB45ltWns4U/edit#). +TODO: Share the Doc with public. Consider formalizing and branding it. ## License -The content of this repository is licensed as [Apache 2.0](https://github.com/MystenLabs/fastnft/blob/update-readme/LICENSE) +The content of this repository is licensed as [Apache 2.0](https://github.com/MystenLabs/fastnft/blob/update-readme/LICENSE).