Skip to content

Commit aeacdc4

Browse files
authored
Merge pull request #87 from BootNodeDev/update-readme
Update README
2 parents d6f1e9e + 7b48ebe commit aeacdc4

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
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
216

317
## Description
418

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).
622

723
## Features
824

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
1230

1331
## Directory Structure
1432

0 commit comments

Comments
 (0)