Giter Site home page Giter Site logo

fcd007 / ethereum-private-network Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 173.03 MB

Projeto rede privada usando etherium

Dockerfile 0.01% Makefile 0.10% Go 88.13% Shell 0.03% NSIS 0.20% Ruby 0.01% Python 0.05% JavaScript 3.80% HTML 0.10% Solidity 0.13% Assembly 0.83% C 5.86% M4 0.23% Sage 0.26% Java 0.26%

ethereum-private-network's Introduction

private-ethereum-network

Building a private network step by step Blockchain Ethereum with Geth tested

Criando uma rede privada Ethereum passo a passo com Geth

Lançada em 2015, Ethereum é a principal blockchain programável do mundo.

Rede privada e teste
Índice
  • Construir rede privada
  • Testar rede privada
  • Transação para testar a rede privada
Ambiente
  • Linux Ubuntu 20.04 LTS
  • Go (version 1.10 or later)
  • geth (go-ethereum)

Execute os seguintes passos:

Download e instalação geth

Execute o comando make all ou make geth Dentro do diretório go-ethereum Vá até a pasta /go-ethereum/build/bin/ pode ver o arquivo geth

Inicialize a rede privada

Crie seu arquivo genesis.json execute com touch genesis.json ou nano genesis.json

Abra a pasta que foi criada para armazenar os dados ./geth --datadir /home/usuario/armazenamento/ init genesis.json

Após essa etapa poderá ver duas pastas geth e keystore em sua pasta de armazenamento.

Executar rede privada

Execute ./geth --datadir /home/usuario/armazenamento/ --networkid xx console

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.