Sin descripción

bemagri 6df472ddf2 Create README.md hace 8 años
doc 58d2c0065e Update index.rst hace 8 años
src 358a586aa5 improve documentation hace 8 años
tests 09fc779760 refactor miner class interface hace 8 años
.gitignore 542b889755 update .gitignore for wallet/miner generated files hace 8 años
README.md 6df472ddf2 Create README.md hace 8 años
miner.py 9abdbb69e1 clean up the code for wallet and miner hace 8 años
pytest.ini 001f9bc6d6 configure pytest not to interfere with our forking hace 8 años
requirements.txt 5ad7b0cc6f get sphinx to properly interpret type hints hace 8 años
wallet.py 9abdbb69e1 clean up the code for wallet and miner hace 8 años

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/