@neon-exchange/neon-api
v4.5.2
Published
Neon-API module: High level API for neon-js
Downloads
14
Readme
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;