initial commit, begin README

This commit is contained in:
noot
2021-10-22 14:03:57 -04:00
commit c436369be6
2 changed files with 21 additions and 0 deletions

20
README.md Normal file
View File

@@ -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 .
```

1
main.go Normal file
View File

@@ -0,0 +1 @@
package main