Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make small edits to Sui README #548

Merged
merged 1 commit into from
Feb 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make small edits to Sui README
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
commit f529fefaabfde210a2b3d9dc388222f238068da0
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).