GithubHelp home page GithubHelp logo

ch4ot1c / paper-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from btcprivate-legacy/paper-wallet

0.0 1.0 0.0 9.66 MB

Bitcoin Private Paper Wallet

Home Page: https://paperwallet.btcprivate.org

License: GNU General Public License v3.0

HTML 2.25% CSS 16.47% JavaScript 80.19% Roff 1.09%

paper-wallet's Introduction

Bitcoin Private Paper Wallet - paperwallet.btcprivate.org

JavaScript Client-Side BTCP Paper Wallet Generator.

v0.0.2

Uses btcprivatejs based on zenaddress.

Also uses ch4ot1c/bitcoinjs-lib#v3.3.2-z - for hdnode (HD Wallets) (BIP44, BIP39, BIP32)

Supports:

  • Input entropy (Mouse + Keyboard)
  • Generating Single Private Key + Addresses
  • Generating BIP44 BTCP Wallets (from random BIP39 mnemonic seed words) (from input entropy)
  • Creating multisig wallets (needs further testing)
  • 'Bulk Wallet' generation (Individual addresses; not using HD seeds)
  • Lookup Address by Private Key (should be removed in deployed builds; web education anti-pattern)
  • Official Explorer, Source code backlinks
  • English

To run:

npm install
npm start

To build a static version:

First:

npm run eject
vim config/webpack.config.prod.js

Then search for UglifyJsPlugin, and add to it's constructor:

mangle: {
  safari10: true,
  keep_fnames: true
},

Then run node scripts/build.js. The generated build/ dir will contain the static files to place in your wwwroot.

paper-wallet's People

Contributors

ch4ot1c avatar bleezinthetrap avatar interbiznw avatar

Watchers

 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.