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

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

Awesome Lists containing this project

README

          

# op-return-blockchain-list [![Build Status](https://travis-ci.org/mastilver/op-return-blockchain-list.svg?branch=master)](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)