mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-09 14:18:03 -05:00
initial commit, begin README
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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 .
|
||||
```
|
||||
Reference in New Issue
Block a user