Loading repository data…
Loading repository data…
miguelmota / repository
A simple VSCode extension that displays the public address of an Ethereum private key on hover.
A simple VSCode extension that displays the public address of an Ethereum private key on hover.

Visual Studio Marketplace: EthereumPrivateKeyToAddress
Install dependencies:
npm install
Compile TypeScript:
npm run compile
Generate VSIX package:
npm run package