Coder Social home page Coder Social logo

bip70hack's Introduction

This tool intentionally breaks secure protocols and could destory your bitcoins forever.

Use at your own risk :-)

In-browser script fetches the payment request from the URL you enter, decodes it, and displays a QR code for a "normal" Bitcoin invoice: just an amount and an address. You can then send that amount of Bitcoin to that address from ANY wallet, without completing the BIP70 protocol.

What is BIP70?

Why is there a controversy?

BitPay only uses BIP70 URIs

This makes some wallets unusable with BitPay merchants

How this app was made:

BIP70 support was removed from bcoin on Oct 30, 2017

Using the source code from before that date, I rebased the BIP70 module on top of bcoin's current master. You can see my hacked-together branch here. I had to the same sort of hack on the bcoin "bcrypto" module as well.

Once I had BIP70 working again in Node.JS, I compiled the module for the browser with webpack:

$ webpack-cli --entry ./lib/bip70/index.js --output ./lib/bip70/bip70webpack.js --output-library bip70

To correctly use the BIP70 module in the browser I had to import support for "Buffer" data types normally found only in Node.JS:

Browser buffer library

Pre-compiled browser-buffer library for browser!

Then I added some UI elements:

Bootstrap

QR code

bip70hack's People

Contributors

pinheadmz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.