Skip to content

Commit

Permalink
adding install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroz1 committed May 16, 2021
1 parent 5abb39d commit 44a1b1c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Raven Trader Pro

The first and (currently) only integrated application for creating asset buy and sell orders for the ravencoin network. These transactions are signed using SIGHASH_SINGLE|SIGHASH_ANYONECANPAY which allows for on-chain swaps to take place with only 2 steps of user interaction, one for each party.
The first and (currently) only integrated application for creating asset buy and sell orders for the ravencoin network. These transactions are signed using SIGHASH_SINGLE|SIGHASH_ANYONECANPAY which allows for on-chain swaps to take place with only 2 steps of user interaction, one for each party.

Getting started:
- Install Python 3.7
- `pip install -r requirements.txt`
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apply-defaults==0.1.4
attrs==21.2.0
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
idna==2.10
importlib-metadata==4.0.1
jsonrpcclient==3.3.6
jsonschema==3.2.0
PyQt5==5.15.4
PyQt5-Qt5==5.15.2
PyQt5-sip==12.9.0
pyrsistent==0.17.3
requests==2.25.1
six==1.16.0
typing-extensions==3.10.0.0
urllib3==1.26.4
zipp==3.4.1

0 comments on commit 44a1b1c

Please sign in to comment.