https://github.com/chainbound/echo-usage-examples
Practical examples of the Echo RPC
https://github.com/chainbound/echo-usage-examples
Last synced: 4 months ago
JSON representation
Practical examples of the Echo RPC
- Host: GitHub
- URL: https://github.com/chainbound/echo-usage-examples
- Owner: chainbound
- Created: 2023-11-24T17:44:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T16:50:52.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:24:03.266Z (about 2 years ago)
- Language: Rust
- Homepage: https://echo.chainbound.io
- Size: 62.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Echo usage showcase
This repository contains some simple examples of real-world use cases for the [Echo](https://echo.chainbound.io) RPC.
## Available examples
- Telegram bot operation: how a Telegram trading bot developer could use Echo to manage the transaction flow of their bot.
- Uniswap Arbitrage bot: how a MEV searcher doing arbitrage could use Echo to send bundles programmatically to the network.
These exmples are implemented in Rust ([here](./rust/)) and in Typescript ([here](./typescript/)).
Please refer to the language-specific READMEs for more information.
The scripts are self-contained and can be run directly from the command line, no additional dependencies are required!