The Intents Framework is a modular and interoperable system designed to interpret and execute user intents on any EVM-compatible blockchain. It leverages a combination of smart contracts, solvers, and an optional UI component to provide a comprehensive solution for decentralized intent management.
- Modular Components: Easily interchangeable modules including smart contracts, solvers, and UI components.
- EIP-7683 Compliance: Ensures compatibility and standardization across Ethereum blockchain.
- Cross-Chain Functionality: Facilitates operations across multiple blockchain platforms.
solidity/
- Contains the smart contract code written in Solidity.typescript/solvers/
- Houses the TypeScript implementations of the solvers that execute the intents.
- Node.js
- yarn
- Git
git clone https://github.com/BootNodeDev/intents-framework.git
cd intents-framework
yarn
For the versions available, see the tags on this repository.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.