From 6fe4d473369ee439fab9a7c5f46fead112fdb73d Mon Sep 17 00:00:00 2001 From: Ake <10195782+akegaviar@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:07:42 +0700 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e95ee3f..052ac89 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,20 @@ Make sure you have the required packages installed `pip install -r requirements. Make sure you have your endpoints set up in `config.py`. +## Note on limits + +Solana is an amazing piece of web3 architecture, but it's also very complex to maintain. + +Chainstack is daily (literally, including weekends) working on optimizing our Solana infrastructure to make it the best in the industry. + +That said, all node providers have their own setup recommendations & limits, like method availability, requests per second (RPS), free and paid plan specific limitations and so on. + +So please make sure you consult the docs of the node provider you are going to use for the bot here. And obviously the public RPC nodes won't work for the heavier use case scenarios like this bot. + +For Chainstack, all of the details and limits you need to be aware of are consolidated here: [Limits](https://docs.chainstack.com/docs/limits) <— we are _always_ keeping this piece up to date so you can rely on it. + +## Changelog + Quick note on a couple on a few new scripts in `/learning-examples`: *(this is basically a changelog now)*