Skip to content

Commit 1326488

Browse files
committed
개선: 한국어 README에 뱃지와 시각적 요소 추가
1 parent 25fe563 commit 1326488

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.ko.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
# CCXT MCP Server
22

3+
[![npm version](https://img.shields.io/npm/v/@lazydino/ccxt-mcp.svg)](https://www.npmjs.com/package/@lazydino/ccxt-mcp)
4+
[![npm downloads](https://img.shields.io/npm/dm/@lazydino/ccxt-mcp.svg)](https://www.npmjs.com/package/@lazydino/ccxt-mcp)
5+
[![GitHub stars](https://img.shields.io/github/stars/lazy-dinosaur/ccxt-mcp.svg)](https://github.com/lazy-dinosaur/ccxt-mcp/stargazers)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
38
[English version(영어 버전)](README.md)
49

510
CCXT MCP 서버는 [Model Context Protocol (MCP)](https://github.com/anthropics/anthropic-cookbook/tree/main/model-context-protocol)을 통해 AI 모델이 암호화폐 거래소 API와 상호작용할 수 있도록 하는 서버입니다. 이 서버는 [CCXT 라이브러리](https://github.com/ccxt/ccxt)를 사용하여 100개 이상의 암호화폐 거래소에 접근하고 거래할 수 있는 기능을 제공합니다.
611

12+
<p align="center">
13+
<img src="https://github.com/lazy-dinosaur/ccxt-mcp/assets/35533379/a4eaa4a7-0845-4a2d-b80f-842b46881ab7" alt="CCXT MCP 다이어그램" width="600">
14+
</p>
15+
16+
## 🚀 빠른 시작
17+
18+
```bash
19+
# 패키지 전역 설치
20+
npm install -g @lazydino/ccxt-mcp
21+
22+
# 기본 설정으로 실행
23+
ccxt-mcp
24+
25+
# 또는 설치 없이 실행
26+
npx @lazydino/ccxt-mcp
27+
```
28+
729
## 설치 및 사용법
830

931
### 글로벌 설치
@@ -362,6 +384,18 @@ npm install
362384
npm run build
363385
```
364386

365-
## 라이센스
387+
## 📚 문서
388+
389+
자세한 문서는 [위키](https://github.com/lazy-dinosaur/ccxt-mcp/wiki)를 참조하세요.
390+
391+
## 🤝 기여하기
392+
393+
기여는 언제나 환영합니다! Pull Request를 자유롭게 제출해 주세요.
394+
395+
## 📄 라이센스
366396

367397
MIT 라이센스로 배포됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.
398+
399+
## ❤️ 지원하기
400+
401+
이 프로젝트가 유용하다고 생각하시면, GitHub에 ⭐️을 눌러주세요!

0 commit comments

Comments
 (0)