@zerowood/camn-api
v1.0.1
Published
camn-API module: High level API for camn-js
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 @cityofzion/neon-apiconst neonCore = require("@cityofzion/neon-core");
const apiPlugin = require("@cityofzion/neon-api");
const neonJs = apiPlugin(neonCore);
module.exports = neonJs;