# Develop & Deploy

- [Hardhat](/developers-integration/smart-contracts/develop-and-deploy/hardhat.md): Hardhat is a development environment used for compiling, deploying, testing, and debugging smart contracts.
- [Truffle](/developers-integration/smart-contracts/develop-and-deploy/truffle.md): Truffle is a world class development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier.
- [Foundry](/developers-integration/smart-contracts/develop-and-deploy/foundry.md): Foundry manages your dependencies, compiles your project, runs tests, deploys, and lets you interact with the chain from the command-line and via Solidity scripts.
- [Remix IDE](/developers-integration/smart-contracts/develop-and-deploy/remix-ide.md): Remix IDE is a powerful tool for developing, deploying, and managing smart contracts on various blockchain networks. In this guide, we will go through the steps to deploy a smart contract on the Lycan
- [Cookbook](/developers-integration/smart-contracts/develop-and-deploy/cookbook.md): Cookbook helps blockchain developers by aggregating and organizing smart contracts, making it easy and fast to search for, open and work with contract code in your preferred development environment.
