Skip to content

Local blockchain using Genache CLI + Blockscout Explorer in single docker-compose command.

Notifications You must be signed in to change notification settings

heronimus/blockchain-in-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

blockchain-in-compose

Local blockchain using Genache CLI + Blockscout Explorer in single docker-compose command.

Prepare ENV file

Create .env file to store the configuration:

BLOCKSCOUT_SECRET_KEY_BASE=<secret-key-base>
GANACHE_SEED_PHRASE=<random-seed-phrase-here>

Run Docker Compose

docker compose up -d

Access the blockchain

  • The blockchain RPC (Genache) will be accessible via port 8545, configure your wallet to connect to this endpoint.
  • Block explorer web UI (Blockscout) is accessible via port 4000.

About

Local blockchain using Genache CLI + Blockscout Explorer in single docker-compose command.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages