https://github.com/shadowy-pycoder/bitcoinmessagetools
https://github.com/shadowy-pycoder/bitcoinmessagetools
bitcoin webapp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadowy-pycoder/bitcoinmessagetools
- Owner: shadowy-pycoder
- Created: 2023-02-15T07:25:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T15:22:12.000Z (over 2 years ago)
- Last Synced: 2025-08-17T10:35:57.045Z (6 months ago)
- Topics: bitcoin, webapp
- Language: Python
- Homepage: https://bitcoinmessage.tools/
- Size: 494 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BitcoinMessageTools
======
An online web application for signing and verification of bitcoin messages.
A web user interface for https://github.com/shadowy-pycoder/bitcoin_message_tool
Installation
------------
If you have Docker installed:
Clone the repository
git clone https://github.com/shadowy-pycoder/BitcoinMessageTools.git
Switch to the project directory
cd BitcoinMessageTools
Run a docker compose yaml file in detached mode
docker compose -f docker-compose.dev.yml up -d
If you don't have Docker installed:
Clone the repository
git clone https://github.com/shadowy-pycoder/BitcoinMessageTools.git
Switch to the project directory
cd BitcoinMessageTools/web
Create new virtual enviroment
python3.10 -m venv env
source env/bin/activate
Install project dependencies
pip install -r requirements.txt
Create a secret key for Flask app
export SECRET_KEY=
Start the programm
python run.py
Go to localhost:5000 in your browser and your shoud see a website running offline.
Quickstart Guide
----------------
TODO - fill this in later
Contribute
----------
If you'd like to contribute to BitcoinMessageTools, check out https://github.com/shadowy-pycoder/BitcoinMessageTools