Reference contract of the DashPay Application Contract
DashPay allows Dash user to create a DashPay profile on the Platform chain.
This profile can be used to interact with other DashPay profiles, may it be for the purpose of sending/receiving transactions without having to go around the process of querying the public address of the recipient.
Ensure you have the latest NodeJS installed.
Clone the repo:
git clone https://github.com/dashevo/dashpay-contract
Install npm packages:
npm install
npm install @dashevo/dashpay-contract
npm run publish-contract
To run tests, simply run
npm test
Feel free to dive in! Open an issue or submit PRs.
MIT © Dash Core Group, Inc.