Sen descrición

Christoph Egger bdcc2ef94c Merge pull request #1 from ChaAC-FAU/dependabot/pip/werkzeug-0.15.3 %!s(int64=6) %!d(string=hai) anos
doc 58d2c0065e Update index.rst %!s(int64=8) %!d(string=hai) anos
src 6e9f6ba66f several fixes %!s(int64=7) %!d(string=hai) anos
templates 396271c92b bug fixes and major update %!s(int64=7) %!d(string=hai) anos
tests 396271c92b bug fixes and major update %!s(int64=7) %!d(string=hai) anos
.gitignore 542b889755 update .gitignore for wallet/miner generated files %!s(int64=8) %!d(string=hai) anos
LICENSE 3cd350994c specify GPL3+ as license %!s(int64=8) %!d(string=hai) anos
README.md 396271c92b bug fixes and major update %!s(int64=7) %!d(string=hai) anos
miner.py 396271c92b bug fixes and major update %!s(int64=7) %!d(string=hai) anos
pytest.ini 001f9bc6d6 configure pytest not to interfere with our forking %!s(int64=8) %!d(string=hai) anos
requirements.txt 5fda7104ae Bump werkzeug from 0.12 to 0.15.3 %!s(int64=6) %!d(string=hai) anos
wallet.py 6e9f6ba66f several fixes %!s(int64=7) %!d(string=hai) anos
website.py 6e9f6ba66f several fixes %!s(int64=7) %!d(string=hai) anos

README.md

labChain

This project is a completely new blockchain-based coin, with P2P networking, a consensus mechanism and a wallet interface. The goal of the project is to provide a framework that is easy to modify for people who want to develop proof-of-concepts for blockchain-based technology.

DO NOT USE THIS AS A REAL CURRENCY TO SEND, RETRIEVE, OR STORE ACTUAL MONEY! While we do not currently know of any way to do so, there are almost certainly bugs in this implementation that would allow anyone to create money out of the blue or take yours away from you.

Click the link below for the full documentation.

http://labchain.readthedocs.io/en/latest/

Running the code

You need python3 to be able to run the code. To install the requirements, that are listed in the "requirements.txt", file you should run the command "pip install -r requirements.txt".

If you are in a Debian variant OS you can run the following commands (from inside the labchain code folder) to have everything set-up:

sudo apt-get install python3

sudo apt-get install python3-pip

sudo python3 -m pip install -r requirements.txt