Osmium
This project originated from a straightforward realization: the development of a smart contract demands the utilization of numerous tools. It entails employing a text editor for code writing, a separate tool for debugging (to monitor code execution), another for testing, and establishing a node for deployment. Such tool-switching represents a considerable time drain for developers.
The answer lies in a comprehensive VS Code extension designed to streamline smart contract development. Offering a suite of essential tools including linting, formatting, compiling, debugging, deploying, and contract interaction, all seamlessly integrated within a refined user interface.
Solidity Basic Features
Get access to syntax highlighting, linting, formatting, references, testing with Foundry, gas estimation, deploying and interacting with contracts and scripts, Foundry compiler integration, and static security analysis with Slither, all in one place.
Massa Features
Start a node and deploy a contract on the Massa network locally with gas estimation.
Solidity Debugger
With a debugger, our extension will completely support Solidity development.
Common Questions