This commit is contained in:
BadPirate
2022-01-27 09:34:26 -08:00
committed by GitHub
3 changed files with 16 additions and 2 deletions
+4 -2
View File
@@ -7,11 +7,13 @@ Live version available at http://coinb.in/ or coinbin3ravkwb24f7rmxx6w3snkjw45jh
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.
+7
View File
@@ -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
View File
@@ -0,0 +1,5 @@
<?php
/* PHP file enables heroku auto type discovery */
header('Location: index.html');
exit;
?>