Giter VIP home page Giter VIP logo

stemmlersisters / bitcoin-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitcoin-dot-org/bitcoin-wallet

0.0 0.0 0.0 686 KB

A simple, well designed and easy to use desktop Bitcoin wallet. The best wallet for new users to begin interacting with the Bitcoin network.

Home Page: https://bitcoin.org

License: MIT License

JavaScript 0.94% TypeScript 39.88% HTML 0.27% Vue 58.91%

bitcoin-wallet's Introduction

Bitcoin Wallet

Goals

Bitcoin Wallet is a desktop wallet meant for new users to get started using Bitcoin. The wallet is explicity designed and focused around providing a better interface and more simple way of engaging with Bitcoin than most other desktop wallets. Most Bitcoin beginners when looking for a desktop wallet are recommended either Electrum, or Core, and while these wallets are both excellent, the feature set is far beyond what an average user will ever need, and both wallets look dated aesthetically.

Features

  • All addresses by default are Segwit (P2WPKH-nested-in-P2SH)
  • Hierarchical deterministic keys
  • BIP-39 mnemonic 12 word seed
  • ElectrumX backend for quick sync
  • Adjust fees between 3 built-in levels
  • Ability to use fiat amounts to transact

Want to add a new feature?

The philosophy of this wallet is simplicity! Rather than adding new features, you are strongly urged to remove existing features where possible instead. When adding a new feature, you should ask yourself whether it's something which would benefit the average user of the wallet. In this way, rather than the wallet growing more complex with time, it will hopefully become more simpler.

PR's or issues discussing adding features like Multi-sig, or Lightning, or RBF, and other such things will immediately be closed. It's understandable the types of people that contribute to Bitcoin software on Github are "power users", but having a wallet with a gazillion features isn't in line with the philosophy here.

Adding or updating languages

Adding a language is simple, you need to create a new file in this directory https://github.com/bitcoin-dot-org/Bitcoin-Wallet/tree/master/src/lang with the name <language_code>.ts, for example es.ts currently contains the Spanish translations. When translating, keep in mind there are layout concerns, so try to make sure the text isn't too long, otherwise it might cause things to appear strange. This is a bigger concern in languages in which simple English words have really long equivalents.

Updating a language is as easy as updating the file with the translations in it. Some non-English translation files may have English text in some parts, this is because there may be new words or phrases added to the wallet that haven't had the chance to be translated yet. You may want to periodically look through translation files for languages you want to translate to see if any new words need to be translated.

We appreciate all translators and may from time to time reward contributions with BTC, so make sure to leave your Bitcoin address in your Github profile if you're regularly making translation contributions to this project.

Project Setup

yarn install

Compiles and serves a development build

yarn electron:serve

Compiles and builds for production

Generated binaries are placed in dist_electron folder

yarn electron:build

Lints and fixes files

yarn lint

bitcoin-wallet's People

Contributors

cobra-bitcoin avatar alexchorman avatar vsus avatar dende-hodl avatar ethicnology avatar cryptohakka avatar morcegoyabu avatar heisenberg-hunter 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.