# Core Smart Contract Development Frameworks

InSoBlok AI is fully EVM-compatible, allowing developers to use industry-standard Ethereum tools with minimal adjustment. This interoperability ensures easy migration from existing Web3 dApps and enables composable development across DeFi, NFTs, SocialFi, and creator monetization.CommentShare feedback on the editor

| **Tool**         | **Functionality**                                                                                                          |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **Hardhat**      | High-speed, local Ethereum development environment supporting Solidity, debugging, forking, and advanced testing workflows |
| **Truffle**      | All-in-one development suite for compiling, deploying, and linking smart contracts                                         |
| **Embark**       | Framework for building and deploying full-stack decentralized apps                                                         |
| **Waffle**       | Advanced contract testing framework with tight TypeScript integration                                                      |
| **OpenZeppelin** | Audit-grade smart contract libraries and access control modules, plus security audit tooling                               |


---

# 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.insoblokai.io/development-tools-and-sdks/core-smart-contract-development-frameworks.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.
