This is the hx payment JavaScript API. Users can use it in browser on both PC and mobile. Users can do HX payment through [Chrome extension] with it.
Use npm
to install dependencies:
npm install
Use npm run build
to package the hxPay:
npm run build
Now we can check the newly created files in /dist
Here you should see a bunch of js files.
hxPay.js
: Used in browser side. Including outside dependency.
hxPay.js
is a useful library for HX DApp developers. It provides rich underlying support in web's DApp. It implements the payment functions.
For the usage of hxPay please refer to this example: