4.5.2 • Published 6 years ago
@neon-exchange/neon-api v4.5.2
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-apiconst neonCore = require("@neon-exchange/neon-core");
const apiPlugin = require("@neon-exchange/neon-api");
const neonJs = apiPlugin(neonCore);
module.exports = neonJs;4.5.2
6 years ago