{"id":15586829,"url":"https://github.com/art049/icingonthecake","last_synced_at":"2026-05-07T18:48:02.163Z","repository":{"id":114000397,"uuid":"439641823","full_name":"art049/IcingOnTheCake","owner":"art049","description":"Private Ethereum Testnet with Blockscout explorer. Easily deployable with docker-compose.","archived":false,"fork":false,"pushed_at":"2022-10-03T16:40:19.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T23:49:11.916Z","etag":null,"topics":["blockscout","docker-compose","ethereum","testnet"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/art049.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-18T14:54:53.000Z","updated_at":"2022-10-03T16:40:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"f33d73ac-bed9-43bc-8188-fc7f640eec9f","html_url":"https://github.com/art049/IcingOnTheCake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art049%2FIcingOnTheCake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art049%2FIcingOnTheCake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art049%2FIcingOnTheCake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art049%2FIcingOnTheCake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/art049","download_url":"https://codeload.github.com/art049/IcingOnTheCake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162147,"owners_count":20733357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockscout","docker-compose","ethereum","testnet"],"created_at":"2024-10-02T21:41:29.891Z","updated_at":"2026-05-07T18:47:57.141Z","avatar_url":"https://github.com/art049.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IcingOnTheCake\n\nA Private Ethereum Testnet with Blockscout explorer easily deployable with docker-compose\n\n## Requirements\n\n- Install [Docker](https://docs.docker.com/get-docker/)\n- Install [docker-compose](https://docs.docker.com/compose/install/)\n\n## Running locally (with a blockscout build made by Demos Labs)\n\nClone the repository:\n\n```sh\ngit clone git@github.com:DemosLabs/IcingOnTheCake.git\n```\n\nPull the docker-compose containers\n\n```sh\ndocker-compose pull\n```\n\nRun the docker-compose project\n\n```sh\ndocker-compose up\n```\n\n## Running locally (with a local blockscout build)\n\nClone the repository with the submodules:\n\n```shell\ngit clone git@github.com:DemosLabs/IcingOnTheCake.git --recursive\n```\n\nBuild the docker-compose project\n\n```shell\ndocker-compose build\n```\n\nRun the docker-compose project\n\n```shell\ndocker-compose up\n```\n\n### Local Settings\n\n| Syntax         | Description     |\n| -------------- | --------------- |\n| JSON-RPC URL   | localhost:8545  |\n| Block Explorer | localhost:26000 |\n| Chain ID       | 1337            |\n\n## Running with HTTPS and Basic Auth (using docker-compose and Traefik)\n\nClone the repository:\n\n```shell\ngit clone git@github.com:DemosLabs/IcingOnTheCake.git\n```\n\nPull the docker-compose containers\n\n```shell\ndocker-compose pull\n```\n\nMake sure the domain you want to use have proper A Records (for the subdomains `rpc` and `explorer`) pointing to the machine you wish to deploy the chain from.\n\nConfigure your web environment:\n\n- Copy `.env.example` to `.env`\n- Fill `ACME_EMAIL` to get reminders in the case your certificates are about to expire (it doesn't happen often since Traefik handle this automatically)\n- Fill `HOST` with the base domain you want to expose the services on.\n- Generate a Basic Authentication secret:\n\n  ```shell\n  echo $(htpasswd -nb USERNAME PASSWORD) | sed -e s/\\\\$/\\\\$\\\\$/g\n\n  ```\n\nLaunch the docker compose project including the Traefik definitions:\n\n```shell\ndocker-compose -f docker-compose.yml \\\n               -f docker-compose.traefik.yml \\\n               -f docker-compose.traefik-config.yml \\\n               up -d\n```\n\nAfter giving some minutes to Traefik for it to do its magic, the RPC and the Explorer will be available over HTTPS with a Basic Authentication.\n\n### Traefik Settings\n\n| Syntax         | Description                  |\n| -------------- | ---------------------------- |\n| JSON-RPC URL   | https://rpc.example.com      |\n| Block Explorer | https://explorer.example.com |\n| Chain ID       | 1337                         |\n\n\u003e You can use the RPC with an incline authentication string (useful with Metamask for example)\n\u003e `https://user:password@rpc.example.com`\n\n## Accounts with funds\n\nAddresses derived from the mnemonic `test test test test test test test test test test test junk` are funded with 100 ETH.\n\n| Address                                    | Private Key                                                        |\n| ------------------------------------------ | ------------------------------------------------------------------ |\n| 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 | 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 |\n| 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 | 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d |\n| 0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC | 0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a |\n| 0x90F79bf6EB2c4f870365E785982E1f101E93b906 | 0x7c852118294e51e653712a81e05800f419141751be58f605c371e15141b007a6 |\n| 0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65 | 0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a |\n| 0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc | 0x8b3a350cf5c34c9194ca85829a2df0ec3153be0318b5e2d3348e872092edffba |\n| 0x976EA74026E726554dB657fA54763abd0C3a0aa9 | 0x92db14e403b83dfe3df233f83dfa3a0d7096f21ca9b0d6d6b8d88b2b4ec1564e |\n| 0x14dC79964da2C08b23698B3D3cc7Ca32193d9955 | 0x4bbbf85ce3377467afe5d46f804f221813b2bb87f24d81f60f1fcdbf7cbf4356 |\n| 0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f | 0xdbda1821b80551c9d65939329250298aa3472ba22feea921c0cf5d620ea67b97 |\n| 0xa0Ee7A142d267C1f36714E4a8F75612F20a79720 | 0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fart049%2Ficingonthecake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fart049%2Ficingonthecake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fart049%2Ficingonthecake/lists"}