All Projects → ConsenSys → vscode-ethover

ConsenSys / vscode-ethover

Licence: other
Ethereum Account Address Hover Info and Actions

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-ethover

Ship
A simple, handy network addressing multitool with plenty of features
Stars: ✭ 81 (+131.43%)
Mutual labels:  address
Addok
Search engine for address. Only address.
Stars: ✭ 226 (+545.71%)
Mutual labels:  address
bitcoin-address-validator
PHP package to validate legacy, segwit, native segwit (bech32) and taproot Bitcoin addresses
Stars: ✭ 30 (-14.29%)
Mutual labels:  address
Administrative Divisions Of China
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。
Stars: ✭ 11,727 (+33405.71%)
Mutual labels:  address
Node Postal
NodeJS bindings to libpostal for fast international address parsing/normalization
Stars: ✭ 165 (+371.43%)
Mutual labels:  address
Wx selectarea
微信小程序-省市(区)地址选择联动 🌋
Stars: ✭ 251 (+617.14%)
Mutual labels:  address
Neb.js
Stars: ✭ 80 (+128.57%)
Mutual labels:  address
fias
Ruby wrapper for the Russian FIAS database (Федеральная Информационная Адресная Система)
Stars: ✭ 82 (+134.29%)
Mutual labels:  address
Nice Lua
基于xlua的MVVM框架,支持Addressables, 统一渲染管线等Unity新特性
Stars: ✭ 207 (+491.43%)
Mutual labels:  address
administrative-divisions-of-China-on-Python
中华人民共和国行政区划爬虫,分为省级、地级、县级、乡级、村级,最多五级连动,可通过本项目自行爬取数据也可使用本项目在线接口直接调用。
Stars: ✭ 91 (+160%)
Mutual labels:  address
Placepicker
Free Android Map Place Picker alternative using Geocoder instead of Google APIs
Stars: ✭ 126 (+260%)
Mutual labels:  address
Vanitysearch
Bitcoin Address Prefix Finder
Stars: ✭ 160 (+357.14%)
Mutual labels:  address
China
🇨🇳 一个轻巧的中国的地区、民族以及节假日信息的查询PHP库
Stars: ✭ 51 (+45.71%)
Mutual labels:  address
Addressgenerator
💰 A macOS app to safely generate cryptocurrency address
Stars: ✭ 109 (+211.43%)
Mutual labels:  address
vue-thailand-address-autocomplete
🇹🇭 Autocomplete ที่อยู่ในประเทศไทย
Stars: ✭ 49 (+40%)
Mutual labels:  address
Expostal
Elixir binding for Libpostal - a library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.
Stars: ✭ 80 (+128.57%)
Mutual labels:  address
Spoofmac
💼 Change your MAC address for debugging
Stars: ✭ 2,687 (+7577.14%)
Mutual labels:  address
HoveringCallback
Drag & drop item decorator for RecyclerView with support for highlighting hovered items.
Stars: ✭ 15 (-57.14%)
Mutual labels:  hover
cashaddrjs
CashAddr.js: The new Bitcoin Cash address format for Node.js and web browsers.
Stars: ✭ 36 (+2.86%)
Mutual labels:  address
private-ip
Check if IP address is private.
Stars: ✭ 26 (-25.71%)
Mutual labels:  address

get in touch with Consensys Diligence
[ 🌐 📩 🔥 ]

ETHover

Ethereum Account Address Hover Info and Actions

vscode-ethover

Marketplace

Hover over an ethereum address and:

  • Open it in etherscan (or whatever you configure)
  • Show address balance in hover (mainnet) (note: might be rate-limited, configure your API key in settings)
  • Download the bytecode and disassemble it.
    • With hover info on instructions
    • Representation of data as ASCII and resolving 4bytes to funcsigs, Color code reflects the type of instruction: stack, memory, storage, arithm., logic, system, environment, …
  • Download the bytecode and show it.
    • With hover info
    • Click to see instruction boundaries
    • Color coded bytes to reflect type of instruction)
  • Show verified contract source (etherscan.io)
  • Show reconstructed contract source from eveem.org
  • Show reconstructed contract source from evm.js
  • run vscode-decompiler to decompile it manually using panoramix (eveem.org) locally

Currently enabled for the following filetypes

  • TypeScript
  • JavaScript
  • Markdown
  • Solidity

Let me know if you want to enable this extension for more filetypes.

Credits

Release Notes

see CHANGELOG


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].