Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 317 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 317 Bytes

Localgeth

Ethereum and block explorer for development purpose using docker compose. Do not use for production.

Setup environment

Copy local.env.example to local.env

cd hardhat && npm install && node genkey.js

Start/stop

Start:

docker compose up -d

Stop:

docker compose down