The framework provides a flexible and extensible solution for automating interactions across multiple EVM compatible blockchains. Whether you need to execute complex multichain operations, swap tokens, bridge assets, deploy smart contracts, or interact with DeFi protocols, this framework streamlines the process with ease.
- Multi-Blockchain Support: Easily interact with various EVM-compatible blockchains
- Modular Design: Extend functionality by adding new blockchain modules or contract integrations
- Customizable Workflows: Create complex strategies across multiple chains using variuos protocols and bridges
- Seamless Contract Interactions: Execute a wide range of blockchain operations or write new custom one
The framework is designed to be modular, allowing developers to add new blockchain modules or integrations:
- Add information about blockchain to the chains config
- Implement a new module for the desired blockchain
- Define interaction logic for the actions on this blockchain
The framework currently supports the following EVM-compatible blockchains:
- Ethereum
- Arbitrum
- Base
- BSC
- Optimism
- Scroll
- ZkSync
- Linea
- Polygon
Adding support for a new blockchain is as simple as creating a new module.
The framework supports seamless token swaps with automatic approval support using various DEX aggregators and AMMs:
- 1inch
- Ambient
- LiFi
- Maverick
- Mute
- Odos
- PancakeSwap
- SpaceFi
- SyncSwap
- Velocore
- WooFi
- Zebra
Beyond swaps, the framework enables users to automate interactions with various protocols:
- Deploy Smart-Contracts
- Bridge to other Blockchains
- Mint Non-fungible-assets
- Vote or Delegate
- Wrap/Unwrap
- Lending & Borrowing:
- Aave
- Zerolend
- Layerbank
- Paraspace
- Kinza
- Multi-Sig & Wallet Management:
- Safe
- Decentralized Messaging & Identity:
- Dmail
- ZnsId
- Others:
- Tevaera
- SynFutures
- Blur
To set up and start using the Modular Automation Framework, follow these steps:
-
Clone the repository:
git clone https://github.com/B1boid/AirFrame.git
-
Install dependencies:
yarn install # or npm install
-
Configure your
.env
file:- Add your RPC endpoints (format RPC_{chain_id}, e.g. RPC_42161 for Arbitrum)
- Add your Telegram creds for logging (TELEGRAM_API_KEY, TELEGRAM_ERROR_CHANNEL_ID, TELEGRAM_SUPER_SUCCESS_CHANNEL_ID, TELEGRAM_WARN_CHANNEL_ID)
-
Configure your wallets in
.accs
and.active_accs
file:- Each line corresponds to one wallet and its data is separated by commas: wallet_label,wallet_address,okx_deposit_address(optional),okx_account_label(optional),okx_subacc_label(optional),encrypted_private_key
-
Define workflow:
-
Run workflow:
yarn dev