1.0.0 • Published 4 years ago

@marcoslobo/poma-api v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

poma-api

Overview

Poma-API plugin. Provides the package api within poma-js.

  • Provides high level functionality for crafting transactions.
  • Provides API for accessing external data providers (pomascan).

Installation

yarn i @cityofzion/poma-api
const pomaCore = require("@marcoslobo/poma-core");
const apiPlugin = require("@marcoslobo/poma-api");

const pomaJs = apiPlugin(pomaCore);

module.exports = pomaJs;