> For the complete documentation index, see [llms.txt](https://docs.lycanchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lycanchain.com/developers-integration/smart-contracts/develop-and-deploy.md).

# Develop & Deploy

- [Hardhat](https://docs.lycanchain.com/developers-integration/smart-contracts/develop-and-deploy/hardhat.md): Hardhat is a development environment used for compiling, deploying, testing, and debugging smart contracts.
- [Truffle](https://docs.lycanchain.com/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](https://docs.lycanchain.com/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](https://docs.lycanchain.com/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](https://docs.lycanchain.com/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.
