Package Exports
- @dashevo/dashpay-contract/lib/systemIds
- @dashevo/dashpay-contract/lib/systemIds.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dashevo/dashpay-contract) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DashPay Contract
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.
Table of Contents
Install
Ensure you have the latest NodeJS installed.
From repository
Clone the repo:
git clone https://github.com/dashevo/dashpay-contractInstall npm packages:
npm installFrom NPM
npm install @dashevo/dashpay-contractUsage
Publish the contract
npm run publish-contractRunning the tests
To run tests, simply run
npm testContributing
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Dash Core Group, Inc.