https://github.com/gkucmierz/bitcoin-echo
https://github.com/gkucmierz/bitcoin-echo
bitcoin bitcoin-transaction btc echo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkucmierz/bitcoin-echo
- Owner: gkucmierz
- Created: 2017-02-26T07:07:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T09:37:01.000Z (about 8 years ago)
- Last Synced: 2025-02-22T15:02:59.245Z (3 months ago)
- Topics: bitcoin, bitcoin-transaction, btc, echo
- Language: JavaScript
- Homepage: https://bitcoin-echo.herokuapp.com/address
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```sh
npm i bitcoin-echo
```# Usage
Send coins here, and get it back as one transaction with one output.
https://blockchain.info/pl/address/1echoPUD7Af4b7QxFfTppsNCufzj6bXELPing app to force echo transaction immediately
https://bitcoin-echo.herokuapp.com/pingShow bitcoin address related to this app
https://bitcoin-echo.herokuapp.com/address# Development
```sh
git clone [email protected]:gkucmierz/bitcoin-echo.git
npm i -g gulp
npm i
gulp
```