Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> This code has not been security-audited and is under active development. It may
> contain bugs that lead to loss of funds. Use at your own risk on testnets only.

A trustless cross-chain atomic swap protocol.
A trustless cross-chain atomic swap protocol. This project is a P2P system where different actors interact and form an RFQ-based system. Users can request quotes and market makers compete in fulfilling them in a transparent and verifiable manner. Finally the cross-chain swap requests are fulfilled based on trustless HTLC contracts.

![stroemnet architecture](docs/architecture.svg)

Expand Down
Loading