@neon-exchange/neon-nep5

Neon-NEP5 Module

Usage no npm install needed!

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

README

neon-nep5

Overview

Neon-NEP5 plugin. Provides the package nep5 within neon-js.

  • ABI functions to quickly craft function calls.
  • High level functions to get NEP5 token information.

Installation

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

const neonJs = nep5Plugin(neonCore);

module.exports = neonJs;