Skip to content

Commit

Permalink
Update readme instructions.
Browse files Browse the repository at this point in the history
No extra setup is required to run the integration tests anymore.
  • Loading branch information
rajarshimaitra committed Aug 27, 2023
1 parent c7aa198 commit b0c3f90
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ cargo build

The project includes both unit and integration tests. The integration tests simulate a standard coinswap protocol involving a Taker and two Makers.

To run integration tests, ensure you have a `bitcoind` node running in `regtest` mode on the default port, along with a sample `bitcoin.conf` file as shown:

```conf
regtest=1
fallbackfee=0.0001
server=1
txindex=1
rpcuser=regtestrpcuser
rpcpassword=regtestrpcpass
```

You'll also need a legacy wallet named `teleport` with sufficient funds (> 0.15 BTC) loaded in Bitcoin Core.

Run integration tests with:

```sh
Expand Down

0 comments on commit b0c3f90

Please sign in to comment.