Skip to content
#

komodo

Here are 30 public repositories matching this topic...

artemii235
artemii235 commented Mar 29, 2022
  1. Add pub const TX_HELPER_PREFIX: TopicPrefix = "txhlp";
  2. P2P topic example txhlp/BTC.
  3. If a node receives a message for topic txhlp/BTC, it checks if it has BTC coin activated. If yes, the node attempts to broadcast the transaction received in the P2P message.
  4. Send the P2P message to topics like txhlp/BTC before the following lines:
    https://github.com/KomodoPlatform/atomicDEX-
enhancement good first issue

A rewrite of Komodo Delayed Proof of Work mechanism for compatibility with The Blur Network (BLUR) and, by extension, all RingCT-capable coins. An attempt at the first-ever cross-chain security mechanism between XMR, ZEC, and BTC worlds.

  • Updated Jun 14, 2022
  • C++

An intermediary hybrid client/server, for use with the Blur Network daemon and Komodo/SuperNet's iguana. This repository functions as a compatibility layer for translating between JSON-RPC specifications. Forked from cinemast/libjson-rpc-cpp. Inspired by minium/bitcoin-api-cpp.

  • Updated Apr 19, 2021
  • C++

Improve this page

Add a description, image, and links to the komodo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the komodo topic, visit your repo's landing page and select "manage topics."

Learn more