Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>sol-toolkitNew to Visual Studio Code? Get it now.
sol-toolkit

sol-toolkit

Blockchain Corp

|
1 install
| (0) | Free
A toolkit for hardhat development and creation of smart contracts and other various functions inside of the hardhat space.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Blockchain Toolkit

A Visual Studio Code extension that provides developers with a set of tools, snippets, and utilities to streamline blockchain and smart contract development.

Features

  • Smart Contract Snippets – Quickly scaffold Solidity, Rust, or other blockchain smart contracts.
  • Blockchain Network Integration – Connect and interact with local or test networks directly from VS Code.
  • Transaction and Wallet Management – Generate wallets, sign transactions, and track balances.
  • Deployment Automation – Deploy contracts with pre-configured scripts for popular blockchains.
  • Code Validation & Linting – Built-in checks for Solidity/Rust smart contract best practices.

Requirements

  • Node.js >= 18
  • VS Code >= 1.80
  • Blockchain node or testnet access (e.g., Ganache, Hardhat, or Ethereum testnet)

Extension Settings

This extension exposes the following configuration options in VS Code:

  • blockchainToolkit.defaultNetwork: Default blockchain network to interact with (e.g., Ethereum, Polygon).
  • blockchainToolkit.walletPath: Path to your local wallet file.
  • blockchainToolkit.enableAutoLint: Automatically run linting on contract save.

Known Issues

  • Some networks may require additional RPC configuration.
  • Deployment to mainnet is experimental; test thoroughly before using in production.

Release Notes

1.0.0

Initial release: smart contract scaffolding, wallet management, network interaction.

1.1.0

Added transaction signing automation and support for additional blockchain networks.

1.2.0

Improved linting, snippets for advanced contract patterns, and deployment scripts.


Working with Markdown in VS Code

  • Split editor: Cmd+\ (macOS) / Ctrl+\ (Windows/Linux)
  • Preview: Shift+Cmd+V (macOS) / Shift+Ctrl+V (Windows/Linux)
  • Trigger snippet suggestions: Ctrl+Space

More Information

  • Visual Studio Code Markdown Support
  • Markdown Syntax Reference

Level up your blockchain development with ease!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft