Skip to content

monkeylord/Bishop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bishop

This project is to build shops on Bitcoin.

Bitcoin(SV) metanet transfers both data and money on TX, which can natively host shops.

Featrues

Shop host on bitcoin will have

  • Anoymous Buy/Sell
  • Anoymous routing though nodes
  • Native Payments
  • No Server needed(you can handle TX in any device anywhere)
  • Worldwide Aviliable
  • Easily Deploy

Applications

Can be used to sell any digital context.

  • Software Activation Key Distribution.

    If you are a independent software developer, it saves you from maintaining payment channels in different countries.

  • Encrypted File Selling.

    Films, documents, tools, etc. Upload encrypted files publicly and sell decrypt keys.

  • Signatures.

  • Or simple secret.

    Anything like thanks letter.

Develop Plan

Simple Shop Logic

SimpleShopLogic

sequenceDiagram
participant Buyer
participant Seller
participant E_Commodity
Buyer->>Seller: P2PkH with OP_RETRUN Message
Seller-->E_Commodity: Fetch E-Commodity
Seller->>Buyer: E-Commodity Encrypted in Buyer's Public Key(ECIES)
note left of Buyer: Decrypt and Get E-Commodity
Seller-->>Buyer: Refund if something goes wrong
Loading

The Payment is no different from other TX.

The Encrypted E-Commodity can be decrypted with decent wallet.(Electrion Cash->Tools->Encrypt/Decrypt)

ECIES lib: js Go

About

Build shops on Bitcoin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published