Skip to content

Commit

Permalink
Make small edits to Sui README (MystenLabs#548)
Browse files Browse the repository at this point in the history
Editing while reviewing. Nothing significantly wrong here. Do see the TODO for the eng plan doc.
  • Loading branch information
Clay-Mysten authored Feb 24, 2022
1 parent dba291b commit 0e4dd0c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 0e4dd0c

Please sign in to comment.