https://github.com/mastilver/op-return-blockchain-list
List of op_return found in the blockchain
https://github.com/mastilver/op-return-blockchain-list
Last synced: about 1 month ago
JSON representation
List of op_return found in the blockchain
- Host: GitHub
- URL: https://github.com/mastilver/op-return-blockchain-list
- Owner: mastilver
- License: mit
- Created: 2015-12-02T20:07:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T13:02:07.000Z (over 9 years ago)
- Last Synced: 2025-10-03T20:52:49.772Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 16 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# op-return-blockchain-list [](https://travis-ci.org/mastilver/op-return-blockchain-list)
> List of op_return found in the blockchain
## Install
```
$ npm install --save op-return-blockchain-list
```
## Usage
```js
import opReturnBlockchainList from 'op-return-blockchain-list';
console.log(opReturnBlockchainList);
/*
[
{
txHash: '...',
value: '...'
},
...
]
*/
```
## License
MIT © [Thomas Sileghem](http://mastilver.com)