Skip to content

FredericoNunes/blockchain

 
 

Repository files navigation

Oficina BlockChain

Projeto Original em inglês => Learn Blockchains by Building One

Build Status

Código fonte em Building a Blockchain.

Instalação

  1. Certifique-se de que o Python 3.6+ está instalado.
  2. Instale o pipenv.
$ pip install pipenv 
  1. Crie um virtual environment (ambiente virtual) e específique a versão do Python.
$ pipenv --python=python3.6
  1. Instalar os requerimentos.
$ pipenv install 
  1. Inciar o Servidor:
    • $ pipenv run python blockchain.py
    • $ pipenv run python blockchain.py -p 5001
    • $ pipenv run python blockchain.py --port 5002

About

Exemplo de Blockchain em Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.2%
  • Python 44.8%
  • Dockerfile 1.0%