@windingtree/payment-manager

0.3.2 • Public • Published

Unit tests Coverage Status Node.js Package

payment-manager

Smart contract for managing of crypto payments

Use cases

See use cases description and implementation in terms of the PaymentManager smart contract here.

Contract ABI

Install the package:

$ npm i @windingtree/payment-manager

Import ABI in the your JavaScript code:

const {
  PaymentManagerContract,
  PaymentManagerInterfaceContract,
  addresses
} = require('@windingtree/payment-manager');

// PaymentManagerContract.abi <-- ABI
// addresses.PaymentManager.ropsten <-- Address of the deployed PaymentManager

Package Sidebar

Install

npm i @windingtree/payment-manager

Weekly Downloads

3

Version

0.3.2

License

GPL-3.0-only

Unpacked Size

3.3 MB

Total Files

25

Last publish

Collaborators

  • kostysh
  • kvakes
  • tomashq