An open API service indexing awesome lists of open source software.

https://github.com/emfy0/bitpad

Bitcoin wallet
https://github.com/emfy0/bitpad

bitcoin ruby

Last synced: about 2 months ago
JSON representation

Bitcoin wallet

Awesome Lists containing this project

README

          

# [Bitpad](https://bitpad.ru)

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

- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)

## Setup
```bash
$ git clone
$ cd bitpad
$ docker-compose up -d
```

go to [localhost:3000](http://localhost:3000)

for available commands see `Makefile`

# Production deployment