/ethereum-playground

A playground to work with an Ethereum node. It has a step-by-step guide for doing some basic transactions and inserting a smart-contract.

Primary LanguageJavaScriptMIT LicenseMIT

Ethereum Playground

Passos Iniciais

  1. Iniciar o nó local da Ethereum e o Playground utilizando o comando abaixo no diretório raiz do repositório:

    docker-compose up
  2. Acessar o endereço http://localhost:3000

  3. Seguir o passo a passo do workshop e \o/