Skip to content

etripier/BitClip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready

#BitClip

The most easy-to-use client-side Bitcoin wallet on the internet.

Interested in Bitcoin and need a simple, secure wallet?

We got tired of clunky wallets with a bazillion form fields. BitClip is built to provide a safe way to store and spend Bitcoins without any clutter:

  • All private keys managed client-side
  • Encrypted storage of address-key pairs
  • Encrypted propagation of transactions through HelloBlock API
  • Testnet support (Testnet addresses come preloaded with Bitcoins)

Soon to be released:

  • Backup wallet
  • Import/Export address-key pairs

Team

  • Product Owner: Jack Tan Lu
  • Scrum Master: Etienne Tripier
  • Development Team Members: Austin Connelly, Issaq Al-Ahmed

Table of Contents

  1. Download Working Copy

  2. Requirements

  3. Development

    a. Installing Dependencies

    b. Tasks

  4. Team

  5. Contributing

Download Working Copy

Download BitClip and try it out here.

Transactions made easy Manage Multiple Addresses
Transaction History Manage addresses

Requirements

  • BitcoinJS 1.0.2
  • HelloBlock 1.0.0
  • AngularJS ~1.2.25,
  • Nvd3 ~1.1.15-beta,
  • ngFx ~1.0.4

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Tasks

  1. Visit chrome://extensions in your browser (or open up the Chrome menu by clicking the icon to the far right of the URL box and select Extensions under the Tools menu to get to the same place).

  2. Ensure that the Developer mode checkbox in the top right-hand corner is checked.

  3. Click Load unpacked extension to pop up a file-selection dialog.

  4. Navigate to the client directory of BitClip (path/BitClip_Directory/client)

  5. Click Select on client directory, and BitClip will be loaded into your Browser.

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Chrome extension that sends/receives BTC transactions, and provides BTC trading information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 11.5%