depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

README.md (609B)


      1 # depolymerizer-bitcoin
      2 
      3 GNU Taler Bitcoin adapter for using bitcoind v31 implementing the [Taler Adapter API](https://docs.taler.net/core/api-adapter.html).
      4 
      5 ## Documentation 
      6 
      7 See [https://docs.taler.net/]([https://docs.taler.net/) for the documentation and the [setup manual](https://docs.taler.net/depolymerization/bitcoin-manual.html).
      8 
      9 ## Test harness
     10 
     11 Some logic tests require a local development environment. You must run them manually.
     12 
     13 ```sh
     14 cargo run --bin btc-harness logic
     15 ```
     16 
     17 I you want to run long term test on the online signet, you can run:
     18 
     19 ```sh
     20 cargo run --bin btc-harness online test
     21 ```