Welcome to Stratus, the cutting-edge EVM-compatible ledger and JSON-RPC server. This projects has 3 focuses of optimization:
You'd be hard pressed to find a private evm-compatible ledger solution that achieves those 3 factors as well as we do.
*: Although you can find some that can do more GPS than us, it is measured on scenarios were the contracts are completely independent, such as n separate erc20-tokens. These types of executions can be parallelized, but we removed this feature from stratus in favor of optimizing for scenarios where transactions are mostly dependant on one another.
**: This varies greatly depending on the contract implementation. Since gas costs are stipulated for traditional blockchains, gas throughput is not the ideal proxy for a performance metric on Stratus.
To run the optimized version of Stratus, ensure you have installed the dependencies:
Then simply run:
RELEASE=1 just run
If you want to use OpenTelemery use the flag --tracing-url <url> and pass
the url of your OpenTelemetry collector of choice. Jaeger is included in the compose
file, its collector url is http://localhost:4317 and the ui can be accessed at
localhost:16686 on your browser.
To run tests, you also need to:
v20.10.0 and v21.6.1v0.8.16Configure the test environment with
just setup
Then run one of test recipes we provide. You can just | grep test to see them.
To see all available tasks you can simply run just.
We recommend using just recipes whenever applicable.
We love contributions! Check out our Contributing Guide and help make Stratus even more awesome.
Stratus is licensed under the MIT license.
$ claude mcp add stratus \
-- python -m otcore.mcp_server <graph>