Skip to content

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

License

Notifications You must be signed in to change notification settings

NFT42/blockscout-archived

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockscout - StealthTest Edition

Modifications:

  • Custom theme applied via /apps/block_scout_web/assets/css/theme/_stealthtest-theme.scss
  • StealthTest logos added to /apps/block_scout_web/assets/static/images/stealthtest_icon_black.svg

Getting started

Start Blockscout.

docker-compose up db blockscout smart-contract-verifier

While the Blockscout container is running you can rebuild styles.

cd blockscout/apps/block_scout_web/assets

npm install

npm run watch

Reload the page to see your changes.

Updating from upstream repository

This only needs to be done if we want to upgrade the version of Blockscout itself.

# Add the upstream repo as a remote
git remote add upstream [email protected]:blockscout/blockscout.git

# Fetch the latest commits
git fetch upstream

# Switch to local master branch
git checkout master

# Replay our master branch changes over the upstream master branch
git rebase upstream/master

git push --force

About

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 78.6%
  • HTML 7.3%
  • Solidity 5.1%
  • SCSS 4.3%
  • JavaScript 4.1%
  • Makefile 0.5%
  • Other 0.1%