Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 677 Bytes

Bitpad is non castodial, service for managing bitcoin wallets.

Wallet's private keys, are stored in database with encryption. User's token is a key to decrypt it. Service doesn't store tokens, so it hasn't access to user's private keys. Once user logged in, his token is stored in encrypted cookie, so he doesn't need to enter it again.

Local development

Requirements

Setup

$ git clone
$ cd bitpad
$ docker-compose up -d

go to localhost:3000

for available commands see Makefile

Production deployment