colab-coinjoin-api

January 24, 2023 ยท View on GitHub

js-standard-style semantic-release

Overview

This is a Koa REST API and JSON RPC server. It is used by electron-bch-coinjoin-wallet to generate p2p CoinJoin transactions for improving privacy on BCH coins and SLP tokens. When started, it launches a local copy of go-ipfs and ipfs-coord. These services automatically find other peers on the IPFS network that want to engage in CoinJoin transactions.

Requirements

  • node ^16.19.0
  • npm ^8.19.3

Installation

  • git clone https://github.com/bch-coinjoin/colab-coinjoin-api
  • cd colab-coinjoin-api
  • npm install
  • npm test

License

MIT