colab-coinjoin-api
v2.3.3
Published
p2p REST API & JSON RPC for coorinating CoinJoin transactions on BCH.
Downloads
3
Readme
colab-coinjoin-api
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