0.3.2 • Published 4 years ago
@windingtree/payment-manager v0.3.2
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