|
1 | | -# Intents Framework |
| 1 | +<p align="center"> |
| 2 | + <a href="https://openintent.org/"> |
| 3 | + <img src="https://www.bootnode.dev/external/github-headers/Intents.png" alt="open intents framework banner"> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | + |
| 7 | +<div align="center"><strong>Intents For Everyone, With Everyone</strong></div> |
| 8 | +<div align="center">A modular, open-source framework for permissionless, scalable intent execution.</div> |
| 9 | +<br /> |
| 10 | + |
| 11 | +# Open Intents Framework |
| 12 | +[![License: MIT][license-badge]][license] |
| 13 | + |
| 14 | +[license]: https://www.apache.org/licenses/LICENSE-2.0 |
| 15 | +[license-badge]: https://img.shields.io/badge/License-Apache-blue.svg |
2 | 16 |
|
3 | 17 | ## Description |
4 | 18 |
|
5 | | -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. |
| 19 | +The Open Intents Framework is an open-source framework that provides a full stack of smart contracts, solvers and UI with modular abstractions for settlement to build and deploy intent protocols across EVM chains. |
| 20 | + |
| 21 | +With out-of-the-box ERC-7683 support, the Open Intents Framework standardizes cross-chain transactions and unlocks intents on day 1 for builders in the whole Ethereum ecosystem (and beyond). |
6 | 22 |
|
7 | 23 | ## Features |
8 | 24 |
|
9 | | -- **Modular Components**: Easily interchangeable modules including smart contracts, solvers, and UI components. |
10 | | -- **EIP-7683 Compliance**: Ensures compatibility and standardization across Ethereum blockchain. |
11 | | -- **Cross-Chain Functionality**: Facilitates operations across multiple blockchain platforms. |
| 25 | +- **ERC-7683 Reference Implementation:** Standardizes cross-chain intent execution, making transactions more interoperable and predictable across EVM chains. |
| 26 | +- **Open-Source Reference Solver:** application that provides customizable protocol-independent features—such as indexing, transaction submission, and rebalancing. |
| 27 | +- **Composable Smart Contracts:** composable framework where developers can mix and match smart contracts, solvers, and settlement layers to fit their use case |
| 28 | +- **Ready-to-Use UI:** A pre-built, customizable UI template that makes intents accessible to end users. |
| 29 | +- **Credibly Neutral:** works across different intent-based protocols and settlement mechanisms |
12 | 30 |
|
13 | 31 | ## Directory Structure |
14 | 32 |
|
|
0 commit comments