Blockchain wirte in python

Wilson Moura 7cff791c35 Update blockchain 6 yıl önce
.gitignore e084f40ff6 Initial commit 6 yıl önce
LICENSE 5535c07a4d Upload Projet 6 yıl önce
Pipfile 5535c07a4d Upload Projet 6 yıl önce
README.md 0f08be5eec Update from BB 6 yıl önce
blockchain.py 7cff791c35 Update blockchain 6 yıl önce

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