Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

13 changes: 2 additions & 11 deletions README
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
JavaScript Client-Side Bitcoin Address Generator
JavaScript Client-Side BIP0032 generator

http://brainwallet.github.com
http://github.com/sarchar/brainwallet.github.com/tree/bip32

Notable features:

- Online converter, including Base58 decoder and encoder
- OpenSSL point conversion and compressed keys support
- Armory and Electrum deterministic wallets implementation
- RFC 1751 JavaScript implementation
- Bitcoin transactions editor
- Signing and verifying messages with bitcoin address
- Litecoin support
7 changes: 7 additions & 0 deletions css/bootstrap-theme.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions css/brainwallet.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,31 @@ body {
}

.form-control[disabled], .form-control[readonly] { cursor: auto; }

hidden {
display: none;
}

.col-lg-2 {
width: 18%;
}

.col-lg-offset-2 {
margin-left: 18%;
}

.col-lg-10 {
width: 82%;
}

.col-lg-10-inner {
width: 80.5%;
}

.progress .progress-bar {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}?
Loading