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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ Live version available at http://coinb.in/ or http://4zpinp6gdkjfplhk.onion

Github URL: https://github.com/OutCast3k/coinbin/

Coinb.in supports a number of key features such as:
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Coinb.in supports a number of key features such as:

- Offline Compressed & uncompressed Address creation.
- Offline Multisignature Address creation.
- "In browser" Key (re)generation.
- "In browser" Key (re)generation.
- Send and receive payments.
- Ability to decode transactions, redeem scripts and more offline.
- Build custom transactions offline.
Expand Down
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Bitcoin wallet by Coinb.in",
"description": "A Open Source Browser Based Bitcoin Wallet.",
"repository": "https://github.com/OutCast3k/coinbin",
"logo": "https://coinb.in/images/coinbin.gif",
"keywords": ["bitcoin", "wallet", "javascript"]
}
5 changes: 5 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
/* PHP file enables heroku auto type discovery */
header('Location: index.html');
exit;
?>