Skip to content

Instantly share code, notes, and snippets.

@phm87
Last active June 3, 2020 11:14
Show Gist options
  • Save phm87/58ed4498f8cbb77aa3771d0cc7863528 to your computer and use it in GitHub Desktop.
Save phm87/58ed4498f8cbb77aa3771d0cc7863528 to your computer and use it in GitHub Desktop.

Some transactions on the bitcoin blockchain are not monetary transfert but notarizations or time-stamping of documents. In these transactions, the amount of the transaction itself usually doesn't matter. Other transactions are pegged/locking of BTC tokens into special scripts on the bitcoin blockchain.

Let's differenciate:

  • asset issuing onchain (such as ICO tokens on Ethereum chain)
  • asset issuing offchain with pegged onchain (such as LN or Elements/Liquid) [with tx/notarization of peg in & peg out but also of some intermediate states]
  • notarization of independant coins (dPoW, dPoS) without peg
  • notarization of documents

Onchain

Onchain asset issuing

Ethereum

ICO, cryptokitties: tutorials???

Komodo

cc-assets & tokens https://docs.komodoplatform.com/cc-jl/chapter08.html#create https://docs.komodoplatform.com/basic-docs/antara/antara-api/tokens.html#introduction

  • Example of pokemon???

NEM

Offchain with notarization and/or peg

Asset issuing offchain with pegged onchain

Ethereum

Possible ETH 2.0 on testnet ???

Komodo

cc-assets & tokens + cc-peg ??? https://docs.komodoplatform.com/cc-jl/chapter08.html#create https://docs.komodoplatform.com/basic-docs/antara/antara-api/tokens.html#introduction

Lightning Network

https://dev.lightning.community/tutorial/

  • How to create my own federation?
  • How to issue token?

Elements/Liquid

https://github.com/Blockstream/liquid-walkthrough

How to create my own federation?

Notarization of coins

dPoW

Komodo, Safe: dPow notarization of an independant chain without peg

Anybody can configure, build and run new a independant notarization network using iguana (of Komodo, SuperNET) with his own set of partners:

dPos: ???

But also for other (to find):

  • Ethereum tuto???

List of notarization systems of independant coins

Dev Team Application Network Notarization scheme Asset number Remark
Komodo, SuperNET Developers iguana KMD Main Notarization network Coins > KMD > BTC 50 Each node paid with easy cpu mining of KMD
Komodo, SuperNET Developers iguana KMD 3P Notarization network Coins > KMD > BTC 5
Komodo, Labs Labs iguana Labs Notarization network Coins > KMD > BTC 1 Each node is paid per notarization
Blockstream Elements Liquid Network Coins > Liquid > BTC Liquid is a federation of exchanges and key players
LND, eclair, xxx, Blockstream LND, eclair, xxx, c-lightning Lightning Network (x) Coins > Liquid > BTC Each node must watch channels (BTC blockchain) or ask another node to do it
SAFE SAFE (modified iguana) SAFE Network
VeriBlock ? VeriBlock Network (2)
VRSC?

Notaries on Ethereum? https://medium.com/@kctheservant/notarization-in-blockchain-part-2-1a06d00eb72

Helen, “Blockchain-based notarization platform on Ethereum”, Research, https://ethresear.ch/t/blockchain-based-notarization-platform-on-ethereum/5326, July 2019

(x) it is easy to create an isolated LN network (refuse all connections except from the known nodes). Universities created some isolated LN network for experiments. So there are several separated networks using LN.

Notarization of documents

woleet (BTC) stampd.io https://medium.com/@kctheservant/notarization-in-blockchain-part-1-a9795f19e28d Apostille (NEM) https://medium.com/@kctheservant/notarization-in-blockchain-part-3-ce176c1ac338

https://www.factom.com/ (2)

(2) https://www.blockchainresearchlab.org/wp-content/uploads/2020/03/BRL-Working-Paper-No-7-Dominating-OP-Returns.pdf + Omni, Factom (docs), and Blockstore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment