An open API service indexing awesome lists of open source software.

https://github.com/gkucmierz/bitcoin-echo


https://github.com/gkucmierz/bitcoin-echo

bitcoin bitcoin-transaction btc echo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Install
```sh
npm i bitcoin-echo
```

# Usage
![bitcoin-echo address](https://github.com/gkucmierz/bitcoin-echo/raw/master/qr.png)

Send coins here, and get it back as one transaction with one output.
https://blockchain.info/pl/address/1echoPUD7Af4b7QxFfTppsNCufzj6bXEL

Ping app to force echo transaction immediately
https://bitcoin-echo.herokuapp.com/ping

Show 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
```