Skip to content

Commit

Permalink
Merge pull request #278 from mojoX911/roadmap-update
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
Shourya742 authored Oct 11, 2024
2 parents 2911871 + 274636e commit b2299e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ tests/
- [x] Make tor detectable and connectable by default for Maker and Taker. And Tor configs to their config lists.
- [x] Sketch a simple `Directory Server`. Tor must. This will act as the MVP DNS server.
- [x] Achieve >80% crate-level test coverage ratio (including integration tests).
- [ ] Turn maker server into a `maker` cli app, that spawns the server in the background, and exposes a basic maker wallet API.
- [ ] Turn the taker into a `taker` cli app. This also has basic taker wallet API + `do_coinswap()` which spawns a swap process in the background.
- [ ] Create `swap_dns_server` as a stand-alone directory server binary.
- [x] Turn maker server into a `maker` cli app, that spawns the server in the background, and exposes a basic maker wallet API.
- [x] Turn the taker into a `taker` cli app. This also has basic taker wallet API + `do_coinswap()` which spawns a swap process in the background.
- [x] Create `swap_dns_server` as a stand-alone directory server binary.
- [ ] A fresh `demo.md` doc to demonstrate a swap process with `maker` and `taker` and `swap_dns_server` in Signet.
- [ ] Release v0.1.0 in crates.io.

Expand Down

0 comments on commit b2299e5

Please sign in to comment.