0.3.2 • Published 3 years ago

@windingtree/payment-manager v0.3.2

Weekly downloads
17
License
GPL-3.0-only
Repository
github
Last release
3 years ago

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