Skip to content

volovyks/near-indexer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAR Indexer usage example

To run this example:

yarn
node main.js

Expected output should be simmilar to:

[
  {
    hash: 'D6b5fwt2PkMkaPGm8wvj92GhL9gmBwLDsuyKkV8cEq5t',
    signer_id: 'serhii.testnet',
    receiver_id: 'serhii.testnet',
    block_hash: 'GN26ixUhzBCxbJJLTgLAwcfnWLF7hM1KhRRRQcP27zsL',
    block_timestamp: '1637690570332',
    transaction_index: 0
  },
  {
    hash: '2y8oJLbAcTgN144sMb8XcTFvJoyGaGLFKMWqA1x4eXW4',
    signer_id: 'serhii.testnet',
    receiver_id: 'serhii.testnet',
    block_hash: '2qtH63rjZXnNmQPFhSFTMh4wy8pChAFSAbnF75JJyWRz',
    block_timestamp: '1637690560463',
    transaction_index: 0
  },
  {
    hash: '4ttXmujMuBw3iYERGvsX8Svebfe4HVVYuyvFu7Awse4z',
    signer_id: 'serhii.testnet',
    receiver_id: 'serhii.testnet',
    block_hash: 'ExnzZwXcQm2Qf9TMmJq8imEXFh8cz5o9ntxqMQ52WyYc',
    block_timestamp: '1637690104208',
    transaction_index: 2
  }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published