This landscape represents a comprehensive list of tools that developers use when developing smart contracts on Ethereum and EVM-compatible chains.
Currently it features 75+ tools spread across 15+ categories.
The tools within each category are sorted according to their popularity/usage.
To suggest any changes to the entries or the categories, modify the landscape.json
file and open a pull request.
To suggest new entries, follow the below guidelines:
- Required fields: name, full_name, category, description, launch_year, and logo
- Use a svg logo if possible
This landscape app is built using Next.js and Tailwind. Run the following commands to open the project locally:
cd app
yarn install
yarn start