@marcoslobo/poma-nep5
v1.0.1
Published
Poma-NEP5 Module
Downloads
3
Readme
poma-nep5
Overview
Poma-NEP5 plugin. Provides the package nep5
within poma-js
.
- ABI functions to quickly craft function calls.
- High level functions to get NEP5 token information.
Installation
yarn i @marcoslobo/neon-nep5 @marcoslobo/poma-core
const neonCore = require("@marcoslobo/poma-core");
const nep5Plugin = require("@marcoslobo/neon-nep5");
const neonJs = nep5Plugin(neonCore);
module.exports = neonJs;