This is an app to digitize smart contracts. An Idea to use blockchains to create smart contracts.
-
You'll need python 2.7 and pip 1.4 or later installed too.
-
Clone this repo with
git clone https://github.com/rahulworld/DigiSign.git
-
[sudo] pip install virtualenv
-
virtualenv flask
-
cd flask
-
source bin/activate
-
[sudo] pip install flask
-
cd ..
-
Run this project locally from the command line:
python run.py