forked from madra/bitscrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
25 lines (21 loc) · 732 Bytes
/
README.txt
File metadata and controls
25 lines (21 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
BitScrow
=============================
Secure N-M Bitcoin and LiteCoin Escrow Service Written in Django
Builtin MailGun and Analytics Support
Requirements for Webescrow app
==============================
Requirements
============
Python 2.7 (http://python.org),
python-ecdsa (https://github.com/warner/python-ecdsa)
ssss (http://point-at-infinity.org/ssss/),
Django (https://www.djangoproject.com/),
OpenSSL (https://www.openssl.org/),
pyOpenSSL (https://launchpad.net/pyopenssl),
GPG (http://gnupg.org/),
and a SMTP server properly configured.
Setup
=====
Add `local_settings.py` to hold your local settings
configurations. Make sure the program `ssss-split` is found at
the place specified by `ssss_split` at `settings.py`.