Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/berrywallet/berry-spreader

Transaction and confirmation notification service
https://github.com/berrywallet/berry-spreader

Last synced: 16 days ago
JSON representation

Transaction and confirmation notification service

Awesome Lists containing this project

README

        


Transaction and confirmation notification service





Plark
·
Chrome Extension
·
Mozilla Add-on


## Supported currencies:

- Bitcoin (BTC)
- Ethereum (ETH)
- Dash (DASH)
- Litecoin (LTC)

**Also supports:**
- [Bitcoin (BTCt)](https://test.btc.explorer.berrywallet.io)
- [Dash (DASHt)](https://testnet-insight.dashevo.org/insight)
- [Litecoin (LTCt)](https://test.ltc.explorer.berrywallet.io)
- [Rospten Ethereum network (ETHt)](https://ropsten.etherscan.io)

### Notification data payload:

```json
{
"type": "transaction",
"status": "new",
"coin": "BTC",
"txid": "b63e3073e97470f7716297975cf6879519ea4df67dfb085d649b37a7277a915d",
"addresses": "[\"mhB3FsV2N31PQ5nA8nEs3x7b8T21CDVvEz\"]",
"tx": "{\"txid\": \"b63e3073e97470f7716297975cf6879519ea4df67dfb085d649b37a7277a915d\"}",
"amount": 102.43
}
```

---

*Created with Love by [Plark Team](https://berrywallet.io)*