From 7fc25772e886bcd112cca9c29f366dd9515ca11e Mon Sep 17 00:00:00 2001 From: noot <36753753+noot@users.noreply.github.com> Date: Mon, 29 Nov 2021 13:20:52 -0500 Subject: [PATCH] add disclaimer (#51) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index add05b2d..2f4ba23e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is a WIP prototype of ETH<->XMR atomic swaps, currently in the early development phase. It currently consists of a single `atomic-swap` binary which allows for peers to discover each other over the network based on what you want to swap for, querying peers for additional info such as their desired exchange rate, and the ability to initiate and perform the entire protocol. The `atomic-swap` program has a JSON-RPC endpoint which the user can use to interact with the process. +## Disclaimer + +**This code is unaudited and under active development and should not be used on mainnet!** Running this on mainnet may result in loss of funds. + ## Protocol Please see the [protocol documentation](docs/protocol.md) for how it works.