@neon-exchange/neon-api

Neon-API module: High level API for neon-js

Usage no npm install needed!

<script type="module">
  import neonExchangeNeonApi from 'https://cdn.skypack.dev/@neon-exchange/neon-api';
</script>

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;