ethpay.core
v1.0.9
Published
ETHPay Core
Downloads
9
Readme
ETHPay.Core
ETHPay core lib for ETHPay React/Vue/Angular
Quick Start
Sending Stablecoins
import { Payment } from 'ethpay';
const txHash = await Payment.send({ to: '0x123456...', value: 100, currency: 'dai' });