You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/swap/src
Tobin C. Harding 05766d3146 Add swap/
Add a binary crate `swap` that implements two nodes (Alice and Bob). With this
applied we can start up a node for each role and do:

- Bob: Requests current amounts using BTC is input
- Alice: Responds with amounts
- Bob: (mock) get user input to Ok the amounts

... continue with swap (TODO)
4 years ago
..
alice Add swap/ 4 years ago
bob Add swap/ 4 years ago
network Add swap/ 4 years ago
alice.rs Add swap/ 4 years ago
bob.rs Add swap/ 4 years ago
cli.rs Add swap/ 4 years ago
lib.rs Add swap/ 4 years ago
main.rs Add swap/ 4 years ago
network.rs Add swap/ 4 years ago
trace.rs Add swap/ 4 years ago