GithubHelp home page GithubHelp logo

jacksellers / digital-vault Goto Github PK

View Code? Open in Web Editor NEW
3.0 5.0 1.0 19.58 MB

A Bitcoin custody platform

Python 2.40% CSS 26.89% JavaScript 3.51% HTML 67.12% Mako 0.02% Makefile 0.05%
multi-signature bitcoin custody intel sgx python flask electrum electrumx

digital-vault's Introduction

NOTE: This repository is no longer actively maintained. Since it was only ever supposed to serve as a prototype, only testnet bitcoins can be used (as opposed to mainnet coins). This software will not function unless you have a full bitcoin node running and have made the necessary changes in this repository's source code to reflect that.

Digital Vault

A Bitcoin custody platform

Dependencies:

Installation:

git clone https://github.com/jackwsellers/digital-vault.git
cd digital-vault
pip3 install flask_sqlalchemy, flask_login, flask_migrate, flask_sslify, flask_excel, wtforms, flask_wtf

Running the app without HTTPS:

export FLASK_APP=app.py FLASK_DEBUG=1
flask run --host=0.0.0.0

Running the app with HTTPS:

pip install pyopenssl
python3.5 myproject.py
https://digitalvault.ga:5000/

To create the key and certs for localhost(FYI..)

Go to https://ssl.indexnl.com/ and click "get me certificate" button.  (Free and Easy SSL certificates for Developers)
Put the certificates in the folder called as "certs" in the root directory of POC.
Go to https://ssl.indexnl.com/windows-root-ca/ and follow the instructions to install a CA Root Certificate.

To create the key and certs for AWS ec2 instance(FYI..)

The domain name is generated by following link (use freenom as server to generate domain name)
www.dot.tk/

following site is used to Create SSL certificate with let’s encrypt for EC2 Amazon linux AMI :
https://medium.com/@idevdebug/create-ssl-certificate-with-lets-encrypt-for-ec2-amazon-linux-ami-1ec31df59e1d

certificate lies in 
/etc/letsencrypt/live/digitalvault.ga/
but due to access issue we copy that in the digital vault folder.

digital-vault's People

Contributors

jacksellers avatar suvitpatil avatar suvpatil avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

simhaonline

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.