/nodejs_examples

A few examples of how to work with our blockchain

Primary LanguageJavaScript

Ouroboros NodeJS examples

This repo shows how to integrate with the Ouro blockchain.

It covers:

  • How to get the account info by its address (including balance)
  • How to get the latest block
  • How to get the transaction details by its hash
  • How to generate account memo
  • How to generate priv\pub pair from the mnemonic
  • How to send transactions