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-contract
Install npm packages:
npm install
From NPM
npm install @dashevo/dashpay-contract
Usage
Publish the contract
npm run publish-contract
Running the tests
To run tests, simply run
npm test
Contributing
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Dash Core Group, Inc.