Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/berrywallet/berry-spreader
- Owner: berrywallet
- Created: 2018-09-11T12:46:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T14:42:43.000Z (over 6 years ago)
- Last Synced: 2024-11-06T00:41:40.543Z (2 months ago)
- Language: TypeScript
- Homepage: https://berrywallet.io
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)*