https://github.com/emfy0/bitpad
Bitcoin wallet
https://github.com/emfy0/bitpad
bitcoin ruby
Last synced: about 2 months ago
JSON representation
Bitcoin wallet
- Host: GitHub
- URL: https://github.com/emfy0/bitpad
- Owner: emfy0
- Created: 2022-11-20T22:24:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T19:36:39.000Z (about 3 years ago)
- Last Synced: 2025-01-22T10:29:53.383Z (over 1 year ago)
- Topics: bitcoin, ruby
- Language: Ruby
- Homepage: https://bitpad.ru
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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