https://github.com/codeofnode/chain-watcher
Watch over blockchain transactions upon some addresses.
https://github.com/codeofnode/chain-watcher
Last synced: 11 months ago
JSON representation
Watch over blockchain transactions upon some addresses.
- Host: GitHub
- URL: https://github.com/codeofnode/chain-watcher
- Owner: codeofnode
- License: mit
- Created: 2017-08-06T10:21:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T10:21:15.000Z (over 8 years ago)
- Last Synced: 2025-01-28T16:17:44.915Z (about 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chain-wacher
> A [Service](https://bitcore.io/guides/service-development) for [bitcore](https://bitcore.io)
## How to install
```
$ npm install [-g] chain-watcher
$ bitcore-node add chain-watcher
```
> you may need to re-start the bitcore-node
## How to store addresses
> We don't really need mysql or mongodb or any databse. Wherever your `bitcore-node.json` resides, simply create a `addresses` directory, which should contain all the files, where each file name is simply the transaction input address, without any extension. Internally each file may contain any other information in json format.
## Read more about bitcore service
> [Guide](https://bitcore.io/guides/service-development)
## License
MIT © [Ramesh Kumar](codeofnode-at-the-rate-gmail-dot-com)