Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/apps/block_scout_web/assets
Никита Поздняков b157ff0546
Fix broken token icons; Disable animation in lists of data in order to speed up UI; Fix double requests for some pages
2 years ago
..
__mocks__/css Live reload chart, exchange rate, and market cap on homepage 6 years ago
__tests__ Sanitize token name and symbol before insert, disaply 3 years ago
css Set min-width=500px for dashboard-banner-network-graph 2 years ago
js Fix broken token icons; Disable animation in lists of data in order to speed up UI; Fix double requests for some pages 2 years ago
static Rebranded logo 3 years ago
.babelrc Babel minor and core-js major updates 3 years ago
.eslintrc Change eslint to consider history and other browser constants 6 years ago
README.md Add async loading to block list in the home page. 6 years ago
close.svg Created new layout for mobile menu 5 years ago
package-lock.json Use chartjs-adapter-luxon instead chartjs-adapter-moment for charts 2 years ago
package.json Use chartjs-adapter-luxon instead chartjs-adapter-moment for charts 2 years ago
postcss.config.js NPM audit 3 years ago
webpack.config.js Update css-loader 3 years ago

README.md

Javascript structure files

lib

  • This folder is used to place component files, that may span in multiple pages.

pages

  • This folder is used to place page specific files, that won't be reusable in other locations.