Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nknavkal committed Aug 29, 2024
1 parent becb305 commit 91a1009
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 574 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

An intents-driven, permissionless, trust-neutral protocol for facilitating the creation, incentivized execution, and proof of cross-L2 transactions.

Warning: This code has not been audited. Use at your own risk.

- [Intent Creation / Settlement](#intent-creation--settlement)
- [Intent Fulfillment / Execution](#intent-fulfillment--execution)
- [Intent Proving](#intent-proving)
Expand Down Expand Up @@ -48,7 +50,7 @@ Intent fulfillment lives on the `Inbox`, which lives on the destination chain. `

Intent proving lives on the `Prover`, which is on the source chain. `Provers` are the parties that should be interacting with the Prover contract, but the `IntentSource` does read state from it.

**<ins>See the readme in `contracts` for a detailed API documentation</ins>**
**<ins>See [contracts](/contracts) for a detailed API documentation</ins>**


## Future Work
Expand Down
Loading

0 comments on commit 91a1009

Please sign in to comment.