Skip to content

Commit

Permalink
rename to emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed Sep 5, 2024
1 parent 271fd0a commit e83738f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CoinJoin simulation setup
# EmuCoinJoin

A container-based setup for simulating CoinJoins on RegTest network.
A container-based setup for the emulation of CoinJoin transactions on RegTest network.

## Usage

1. Install [Docker](https://docker.com/) and [Python](http://python.org/).
2. Clone the repository `git clone --recurse-submodules https://github.com/crocs-muni/coinjoin-simulator`.
2. Clone the repository `git clone --recurse-submodules https://github.com/crocs-muni/coinjoin-emulator`.
3. Install dependencies: `pip install -r requirements.txt`.
4. Run the default scenario with the default driver: `python manager.py run`.
- [Scenario](#scenarios) definition file can be specified using the `--scenario` option.
Expand Down

0 comments on commit e83738f

Please sign in to comment.