Blockchain wirte in python

Wilson Moura 7cff791c35 Update blockchain hace 7 años
.gitignore e084f40ff6 Initial commit hace 7 años
LICENSE 5535c07a4d Upload Projet hace 7 años
Pipfile 5535c07a4d Upload Projet hace 7 años
README.md 0f08be5eec Update from BB hace 7 años
blockchain.py 7cff791c35 Update blockchain hace 7 años

README.md

Mini-Blockchain

Dependencias

	Python 3.6
	PIP
	Pipenv

Instalando Dependencias

	pip install pipenv

Criando Ambiente Virtual

 pipenv  --python=python3.6

Configurando Ambiente Virtual

 pipenv install

Inciando a Blockchain

 pipenv run python blockchain.py
 pipenv run python blockchain.py -p 5001
 pipenv run python blockchain.py --port 5002