basicswap_miserver/basicswap
tecnovert a40519737d protocol: Enable private offers
Users can send private offers that will only be seen by one address.

To send a private offer:
 1. recipient creates a new address to receive offers on
 2. recipient sends the pubkey for the newly created address to the offerer
 3. offerer imports the recipient's pubkey
 4. offerer sends a new offer to the recipients key instead of the public network

Nodes will ignore offers sent on keys other than the network key or keys created for offer-receiving.
2021-10-20 21:50:45 +02:00
..
contrib
protocols
static
templates protocol: Enable private offers 2021-10-20 21:50:45 +02:00
__init__.py protocol: Enable private offers 2021-10-20 21:50:45 +02:00
base.py
basicswap_util.py protocol: Enable private offers 2021-10-20 21:50:45 +02:00
basicswap.py protocol: Enable private offers 2021-10-20 21:50:45 +02:00
chainparams.py
config.py
db.py protocol: Enable private offers 2021-10-20 21:50:45 +02:00
ecc_util.py
ed25519_fast_util.py
explorers.py
http_server.py protocol: Enable private offers 2021-10-20 21:50:45 +02:00
interface_btc.py protocol: Enable private offers 2021-10-20 21:50:45 +02:00
interface_ltc.py
interface_nmc.py
interface_part.py
interface_passthrough_btc.py
interface_xmr.py
js_server.py protocol: Enable private offers 2021-10-20 21:50:45 +02:00
messages_pb2.py
messages.proto
network.py
rpc_xmr.py
rpc.py
script.py
ui.py
util_xmr.py
util.py