From Zero to Bot Module 2 - Software Architecture & Market Manager Code
For this lesson, I’ll be covering the bot’s software architecture and dive into the code for getting the market price of a Raydium token.
The coding tools I use are free, but feel free to use whatever development environment you want. Here’s what I used to code this part:
Python 3.12
Visual Studio Code with Python Extensions
Pip packages: requests, websockets, jsonrpcclient
There is a separate video on setting the coding environment up if you’re having trouble. • Solana Sniper Trading Bot in Python | Codi...
Background
The Solana trading bot we will be creating is a software tool designed to automate the buying and selling of tokens on the Solana blockchain. It is configured to execute trades based on predefined parameters and strategies set by the user and has additional features.
Check the website or social media accounts for the full list of features and also get the latest details on accessing our premium content!
Website: https://cryptometagm.com
Telegram: https://t.me/cryptometagm
X/Twitter: @cryptometagm
Please like/subscribe/share if you'd like me to get these modules out faster. I'm working a full-time Software Engineering job, and I can only do so much. I plan on getting at least 1 module out every ~4 weeks. Show your support with likes, subscribes, and shares, and I will work harder.
endif
0:00 Introduction
00:45 Software Architecture
05:50 Market Manager and Blockchain API Design
11:57 Market Manager Code Part 1
24:31 Token API
01:02:33 LP Token Vaults
01:19:10 Market Manager Code Part 2
01:25:03 Tokens Monitor Code Part 1
01:39:10 Solana RPC API Code Part 1
01:43:16 Tokens Monitor Code Part 2
02:32:30 Solana RPC API Code Part 2
02:46:00 Tokens Monitor Code Part 3
02:51:25 Tying Things Together
#memecoins #solana #cryptotrading #python