tapyrus-core icon indicating copy to clipboard operation
tapyrus-core copied to clipboard

Tapyrus Core

Tapyrus Core Build Status

tapyrus

What is Tapyrus?

Tapyrus is a blockchain that has been forked from Bitcoin Core, and solves the governance issues. Bitcoin uses Proof of Work as a consensus algorithm, but Tapyrus creates a block (ie, approves a transaction) with multiple signatures from the Signer group which consists of industry stakeholders. Therefore, transactions on the blockchain are stably approved, and finality is given at the time of approval. Anyone can join the Tapyrus network, and anyone can access the public ledger and create and broadcast transactions freely.

Tapyrus has the following additions and changes to the Bitcoin implementation.:

  • Support Schnorr Signature
  • Fix transaction malleability that enables off-chain payments using the Payment Channel on Tapyrus.
  • Support Oracle contract
  • Block generation with multiple signatures
  • Support native colored coin protocol
  • Support aggregated/threshold signatures: In tapyrus singer network, each signer execute a threshold signature scheme based on provably secure distributed schnorr signatures and a {t,n} threshold scheme and generates a valid signature for the aggregate public key required for block approval.
  • [WIP]Support covenants
  • [WIP]Support Network Update scheme

Tapyrus consists of the following software:

See Getting Started document for how to install and run tapyrus.

Run as a Docker container?

See Docker Image for Tapyrus Core.

License

Tapyrus Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.