From d5ced0d9a388fa97e384d290ebf38376f37448ff Mon Sep 17 00:00:00 2001 From: Kevin Lohman Date: Mon, 5 Feb 2018 10:28:00 -0800 Subject: [PATCH 1/3] Add a PHP index file so that Heroku will auto discover and deploy nginx / html --- index.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 00000000..581dfc52 --- /dev/null +++ b/index.php @@ -0,0 +1,5 @@ + From 6a5b7586183dd105040c77f8f8b89d2b728a76ca Mon Sep 17 00:00:00 2001 From: Kevin Lohman Date: Mon, 5 Feb 2018 10:34:48 -0800 Subject: [PATCH 2/3] Add app.json file, information for deployment on Heroku --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 00000000..0bfec1d2 --- /dev/null +++ b/app.json @@ -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"] +} From 4b5b9a63f7d7a7299757841c496367583b7b92fd Mon Sep 17 00:00:00 2001 From: Kevin Lohman Date: Mon, 5 Feb 2018 10:42:23 -0800 Subject: [PATCH 3/3] Update readme to include deploy to heroku button --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23cb7e86..76d1d5f0 100644 --- a/README.md +++ b/README.md @@ -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.