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

Update README.md #1896

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ Welcome to Stratus, the cutting-edge EVM executor and JSON-RPC server with custo

Stratus is engineered for high performance, with a unique node Stratus was capable of handling:

- 10k transactions per second (TPS) for reading
- 1,8k transactions per second (TPS) for writing (custom contract operations), reaching around 32M of gas per second
- 1,8k transactions per second (custom contract operations), reaching around 250M of gas per second

We aim to reach 5k write transactions per second with a unique node and 1M in a cluster.
We aim to reach 5k write transactions per second with a unique node and be able to distribute the computation of the transactions for write scalability.

## Getting Started with Stratus

Expand Down
Loading