4.5.2 • Published 5 years ago

@neon-exchange/neon-api v4.5.2

Weekly downloads
237
License
MIT
Repository
github
Last release
5 years ago

neon-api

Overview

Neon-API plugin. Provides the package api within neon-js.

  • Provides high level functionality for crafting transactions.
  • Provides API for accessing external data providers (neoscan).

Installation

yarn i @neon-exchange/neon-api
const neonCore = require("@neon-exchange/neon-core");
const apiPlugin = require("@neon-exchange/neon-api");

const neonJs = apiPlugin(neonCore);

module.exports = neonJs;