# IDE and Tools

## [Remix](/meverse-dev-docs/meverse-dev-docs-kr/undefined-1/ide-and-tools/remix.md)

Remix는 브라우저에서 솔리디티를 이용하여 스마트 컨트랙트를 개발하도록 도와주는 IDE입니다.

## [Truffle](/meverse-dev-docs/meverse-dev-docs-kr/undefined-1/ide-and-tools/truffle.md)

솔리디티로 작성된 MEVerse 스마트 컨트랙트를 트러플을 통해 컴파일하고 배포할 수 있습니다. 현재, MEVerse은 트러플 {version 정보}까지 지원합니다.

## [Hardhat](/meverse-dev-docs/meverse-dev-docs-kr/undefined-1/ide-and-tools/hardhat.md)

하드햇은 기본적으로 트러플과 같이 이더리움의 스마트 계약을 컴파일, 배포, 테스트 및 디버그하기 위한 개발 환경입니다.&#x20;

## [MEVerse Scan](/meverse-dev-docs/meverse-dev-docs-kr/undefined-1/ide-and-tools/meverse-scan-explorer.md)

MEVerse Scan(Explorer)은 클레이튼 네트워크의 블록 탐색기입니다. Meverse Scan은 네트워크 상태를 모니터링하고 다양한 통계를 제공하여 MEVerse 네트워크에 대해 이해할 수 있게 도와줍니다. 또한 블록 및 트랜잭션 데이터와 MEVerse 네트워크의 토큰 리스트도 탐색할 수 있습니다.

## [MetaMask](/meverse-dev-docs/meverse-dev-docs-kr/undefined-1/ide-and-tools/connecting-metamask.md)

MetaMask에서 MEVerse 네트워크를 사용할 수 있습니다. MEVerse는 공식적인 디지털 자산 지갑으로 MetaMask를 지원합니다.


---

# 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://meversedex.gitbook.io/meverse-dev-docs/meverse-dev-docs-kr/undefined-1/ide-and-tools.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.
