An open API service indexing awesome lists of open source software.

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

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!