Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.76 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.76 KB

DashPay Contract

NPM Version Build Status Release Date license standard-readme compliant

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.