Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 493 Bytes

Test scripts for calling dash rpc api

zero_fee_trx.py - creates and sends raw transaction with zero fee
instand_send.py - sends many instant sends

Installation

Make sure Python version 2.7.x or above is installed:

python --version

Install pip:

sudo apt-get install python-pip

Call

pip install -r requirements.txt

License

See LICENSE file

Released under the MIT license, under the same terms as DashCore itself. See LICENSE for more info.