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

[README] Add System Requirements #76 #77

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Changes from 1 commit
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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,23 @@ using these `20 tokenB` we can get `10 tokenA` from the buy order, earning `2 to
> [!NOTE]
> In order to run Smart Order Router instances for the public testnet, please use the preprod testnet as in the examples below.


## Running the SOR: System requirements

Minimum System Requirements:
Memory: 500 MB
CPU: 0.5vCPU (2.25 GHz CPU Base Frequency)
Reliable and fast internet connection

Recommended System Requirements:
Memory: 1GB
CPU: 1vCPU (2.25 GHz CPU Base Frequency)
Reliable and blasingly fast internet connection

The Smart Order Router does not require a lot of resources, but if you choose to use the Kupo provider and run the Cardano Node yourself, that needs much more resources, especially on the Cardano Mainnet.

For the exact requirements please see current Cardano Node documentation
4TT1L4 marked this conversation as resolved.
Show resolved Hide resolved

### Running the SOR using Docker

A ready-to-run, containerized version of the Smart Order Router is available via the [GitHub Container Registry](https://github.com/geniusyield/smart-order-router/pkgs/container/smart-order-router).
Expand Down
Loading