# Developers Integration

- [Wallets](https://docs.lycanchain.com/developers-integration/wallets.md): A Quick Overview
- [Ledger](https://docs.lycanchain.com/developers-integration/wallets/ledger.md)
- [MetaMask](https://docs.lycanchain.com/developers-integration/wallets/metamask.md)
- [Smart Contracts](https://docs.lycanchain.com/developers-integration/smart-contracts.md)
- [Develop & Deploy](https://docs.lycanchain.com/developers-integration/smart-contracts/develop-and-deploy.md)
- [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.
- [Interaction](https://docs.lycanchain.com/developers-integration/smart-contracts/interaction.md)
- [Wagmi](https://docs.lycanchain.com/developers-integration/smart-contracts/interaction/wagmi.md): Wagmi is a popular React Hooks library for Ethereum and compatible blockchain networks, enabling developers to create seamless and responsive decentralized applications (dApps). Viem is an underlying
- [Ethers.js](https://docs.lycanchain.com/developers-integration/smart-contracts/interaction/ethers.js.md): Ethers.js is a popular JavaScript library that enables developers to interact and compatible with Lycan Chain.
- [Web3.js](https://docs.lycanchain.com/developers-integration/smart-contracts/interaction/web3.js.md): Web3.js is a robust and flexible collection of TypeScript and JavaScript libraries that allows developers to interact with Lycan nodes over HTTP, IPC or WebSocket connections.
- [Faucet](https://docs.lycanchain.com/developers-integration/faucet.md): Get Betanet LYC Tokens Easily
- [Layer 2 SDK](https://docs.lycanchain.com/developers-integration/layer-2-sdk.md)
- [Toolkit](https://docs.lycanchain.com/developers-integration/toolkit.md)
- [APIS](https://docs.lycanchain.com/developers-integration/toolkit/apis.md)
- [Web sockets](https://docs.lycanchain.com/developers-integration/toolkit/web-sockets.md)
- [Libraries](https://docs.lycanchain.com/developers-integration/toolkit/libraries.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lycanchain.com/developers-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
