You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revise README to include links to docs for better guidance (#128)
* Replace docs site link with links to multiple docs
* Add link to overview doc under intro paragraph
* Apply suggestions from code review
[skip ci]
* Update README.md
* Add links to design and implementation docs
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,22 @@
2
2
3
3
ScalarDL is a scalable and practical Byzantine fault detection middleware for transactional database systems that achieves correctness, scalability, and database agnosticism.
*[ScalarDL Research Paper](https://dl.acm.org/doi/abs/10.14778/3523210.3523212)[VLDB'22]
5
+
To learn more, see [ScalarDL Overview](https://scalardl.scalar-labs.com/docs/latest/overview).
6
+
7
+
## Quickstart
8
+
9
+
1. Start running contracts.
10
+
-**Get started with ScalarDL Ledger:** To set up a basic application and run contracts by using ScalarDL Ledger, see [Get Started with ScalarDL Ledger](https://scalardl.scalar-labs.com/docs/latest/getting-started).
11
+
-**Get started with ScalarDL Auditor (for enterprise customers):** To set up a basic application and run contracts by using ScalarDL Ledger and then use ScalarDL Auditor to detect whether those contracts have been tampered with, see [Getting Started with ScalarDL Auditor](https://scalardl.scalar-labs.com/docs/latest/getting-started-auditor).
12
+
2. See how to set up a [simple bank account application that uses ScalarDL](https://scalardl.scalar-labs.com/docs/latest/applications/simple-bank-account).
13
+
3. Learn about the [configurations for ScalarDL](https://scalardl.scalar-labs.com/docs/latest/configurations)
0 commit comments