From ce5d5d8575f54b26b782cfc454134fc50bdf7970 Mon Sep 17 00:00:00 2001 From: Marat Nusurov Date: Sat, 18 Jul 2026 13:01:44 +0600 Subject: [PATCH] feat: add Slang to Developer Tools section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index afe761c..10c81b9 100644 --- a/readme.md +++ b/readme.md @@ -40,6 +40,7 @@ Smart contract programming language for the Ethereum Virtual Machine. - [OpenZeppelin MCP](https://mcp.openzeppelin.com/) - AI-powered smart contract generation via Model Context Protocol. [![Stars](https://badgen.net/github/stars/OpenZeppelin/openzeppelin-mcp)](https://github.com/OpenZeppelin/openzeppelin-mcp) - [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) - Prettier plugin for automatically formatting Solidity code. [![Stars](https://badgen.net/github/stars/prettier-solidity/prettier-plugin-solidity)](https://github.com/prettier-solidity/prettier-plugin-solidity) - [Remix IDE](https://remix.ethereum.org/) - Web-based Solidity IDE. [![Stars](https://badgen.net/github/stars/remix-project-org/remix-project)](https://github.com/remix-project-org/remix-project) +- [Slang](https://github.com/NomicFoundation/slang) - Rust-based compiler API for building Solidity analysis and tooling, with omni-version support across 80+ Solidity versions. [![Stars](https://badgen.net/github/stars/NomicFoundation/slang)](https://github.com/NomicFoundation/slang) - [solidity-coverage](https://github.com/sc-forks/solidity-coverage) - Code coverage tool for Solidity smart contracts. [![Stars](https://badgen.net/github/stars/sc-forks/solidity-coverage)](https://github.com/sc-forks/solidity-coverage) - [Sourcify](https://github.com/argotorg/sourcify) - Open-source decentralized source code verification service for Ethereum. [![Stars](https://badgen.net/github/stars/argotorg/sourcify)](https://github.com/argotorg/sourcify) - [Tenderly](https://tenderly.co/) - Smart contract debugging and monitoring.