commit c436369be658059922e4101003eac2c95f071bf5 Author: noot Date: Fri Oct 22 14:03:57 2021 -0400 initial commit, begin README diff --git a/README.md b/README.md new file mode 100644 index 00000000..abe845ec --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# ETH-XMR Atomic Swaps + +This is a prototype of ETH<->XMR atomic swaps, which was worked on during ETHLisbon. + +### Instructions + +Start ganache-cli with determinstic keys: +``` +ganache-cli -d +``` + +Start monerod for stagenet: +``` +monerod --stagenet +``` + +Start monero-wallet-rpc: +``` +./monero-wallet-rpc --stagenet --rpc-bind-port 18082 --password "" --disable-rpc-login --wallet-dir . +``` \ No newline at end of file diff --git a/main.go b/main.go new file mode 100644 index 00000000..85f0393b --- /dev/null +++ b/main.go @@ -0,0 +1 @@ +package main \ No newline at end of file