PayMe
A Button to the Web3
ReactVuejs
Quick Start
import ETHPay from 'ethpay';
import 'ethpay/build/index.css';
             
const App = () => (
<div>
  <ETHPay to='0x123456...' value={0.1} currency='eth' />
</div>
);