op-return-blockchain-list

List of op_return found in the blockchain

Usage no npm install needed!

<script type="module">
  import opReturnBlockchainList from 'https://cdn.skypack.dev/op-return-blockchain-list';
</script>

README

op-return-blockchain-list Build Status

List of op_return found in the blockchain

Install

$ npm install --save op-return-blockchain-list

Usage

import opReturnBlockchainList from 'op-return-blockchain-list';

console.log(opReturnBlockchainList);
/*
[
    {
        txHash: '...',
        value: '...'
    },
    ...
]
*/

License

MIT © Thomas Sileghem