bsv-mcp
bsv-mcpは、TypeScriptで書かれたBitcoin SVのマルチコントラクトプロトコルを実装するためのライブラリです。開発者は、スマートコントラクトの作成と管理を簡素化し、Bitcoin SVのエコシステムでのアプリケーション開発を促進します。使いやすいAPIと豊富な機能を提供し、初心者から中級者まで幅広い開発者に対応しています。
GitHubスター
14
ユーザー評価
未評価
お気に入り
0
閲覧数
22
フォーク
7
イシュー
2
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
This project is built using [Bun](https://bun.sh/), a fast JavaScript runtime and package manager. While Bun is recommended for best performance, the server can also run with Node.js and npm as Bun is designed to be backward compatible with node.
macOS (using Homebrew):
macOS/Linux/WSL (using installer script):
Windows:
Windows users should use WSL (Windows Subsystem for Linux) or Docker to run Bun.
Node.js and npm will also work but may not offer the same performance benefits.
bash
brew install oven-sh/bun/bun
bash
curl -fsSL https://bun.sh/install | bash