rori4 / metadock

Metadock powered by @blocksecteam. Help crypto users explore blockchain smoothly.

Home Page:https://blocksec.com/metadock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaDock Browser Extension

License Chrome Web Store Firefox Web Store Twitter Follow

MetaDock

MetaDock is a powerful browser extension designed for the crypto community. It aims to deliver an enhanced user experience by seamlessly integrating various innovative features into the blockchain explorers.

MetaDock supports Google Chrome. We recommend using the latest available browser version.

For up to the minute news, follow our Twitter or Medium pages.

Building

  • Install Node.js version 16
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
  • Install Yarn
npm install -g yarn
  • Install dependencies: yarn install or yarn
yarn install
# or
yarn
  • Build the project to the /dist folder with yarn build:prod or yarn build-firefox:prod.
# chrome
yarn build:prod
# firefox
yarn build-firefox:prod
  • Optionally, you may run yarn dev to run dev mode.
yarn dev

Contributing

Development builds

To start a development build (e.g. with logging and file watching) run yarn dev.

Running Linting

You can run the linter by itself with yarn lint.

Changing dependencies

Whenever you change dependencies (adding, removing, or updating, either in package.json or yarn.lock), yarn.lock must be kept up-to-date.

Features

  • Show the fund flow chart
  • Show enhanced function signatures
  • Show compliance scores for addresses
  • Show enhanced address labels
  • Show quick open in multiple enhanced parsers for transactions
  • Enable batch download of contract source code and ABI
  • Show quick open in DeBank for addresses
  • Show quick open in Dedaub for unverified contracts
  • Convert UTC to Local Time Zone
  • Show copy icon for addresses
  • Show quick open in ethervm.io for unverified contracts
  • Show NFT floor price in major markets
  • Show the source of funding for contract deployers
  • Show quick open in NFTGo for NFT contracts
  • Show comprehensive risk graph of the collection
  • Show owner's address label
  • Show export data for a part of transactions
  • Show alternative block explorers
  • Show approval diagnosis
  • Show enhanced address labels by Forta
  • Alert suspicious transactions by Forta
  • Show private variables
  • Quick format parameters
  • Show nft marketplaces
  • Show token marketplaces
  • Sandwich Attack Risk Detection

Supported Websites List

  • btc.com
  • etherscan.io
  • bscscan.com
  • polygonscan.com
  • ftmscan.com
  • arbiscan.io
  • cronoscan.com
  • moonscan.io
  • snowtrace.io
  • optimistic.etherscan.io
  • opensea.io

Changelog

v2.3.4

  • [fix] fix some bugs related to button display
  • [fix] adapt to tokentnxs, nft-transfers and txsInternal pages
  • [perf] optimize nametag display

v2.3.1

  • [feat] Add compatibility with Firefox
  • [feat] Support private variables on the read contract tab
  • [feat] Support formatting parameters on the write contract tab
  • [feat] Add NFT marketplace shortcuts
  • [feat] Enhance quick copy

v2.2.0

  • [feat] Display labels from Forta bots
  • [feat] Mark suspicious transactions based on Forta alert
  • [feat] Support Approval Diagnosis

v2.1.0

  • [feat]: Enhance the Token Approval of blockchain explorers
  • [fix]: Fix some issues when copying some items
  • [feat]: Adjust the style of labels
  • [feat]: Integrate approval diagnosis into search service

v2.0.0

  • [feat] Adapted to the new version of etherscan
  • [build] Turn off code obfuscation

v1.6.1

  • [fix] A bug related to the conflict with tenderly extension
  • [feat] Support copy opcodes

v1.6.0

  • [feat] Support export current page data
  • [feat] Integrate Eden Network and Flashbots Explorer
  • [feat] Update fund flow map, add button of MetaSleuth

v1.5.0

  • [feat] Optimized search shortcuts feature
  • [fix] Fixed issue with button style misalignment
  • [fix] Supports inputting spaces for search
  • [fix] Fixed address copying bug
  • [fix] Fixed Ethervm button issue
  • [fix] Fixed snowtrace dethcode button bug

v1.4.0

  • [feat] NFTgo quick jump feature - Etherscan
  • [feat] display funding source of deployer's - Etherscan
  • [feat] NFT floor price feature - Etherscan
  • [feat] Ethervm integration for contract - Etherscan
  • [feat] Enhanced rarity feature - Opensea
  • [feat] Enhanced holder address label - Opensea
  • [feat] Risk assessment radar chart for collections - Opensea
  • [perf] Optimized custom settings function
  • [perf] Improved search functionality interaction
  • [fix] Fixed Certain display bugs
  • [fix] Fixed bug with fundflow jumping

v1.3.1

  • [feat] Show quick open in DethCode
  • [feat] Alternative watermark on the fund flow chart
  • [feat] Support PNG format output of fund flow chart

v1.3.0

  • [feat] All in one dock for blockchain explorers
  • [feat] More Flexible Fund Flow Chart
  • [feat] More Friendly experience on *scan

About

Metadock powered by @blocksecteam. Help crypto users explore blockchain smoothly.

https://blocksec.com/metadock

License:Apache License 2.0


Languages

Language:TypeScript 91.4%Language:Less 7.1%Language:JavaScript 0.8%Language:CSS 0.5%Language:HTML 0.2%