> For the complete documentation index, see [llms.txt](https://book.ethereum-jp.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ethereum-jp.net/meteor_dapp.md).

# Meteorを用いた分散型アプリケーション開発

これまでにEthereumはP2Pシステム上で動作する次世代分散型アプリケーション（Dapp）のプラットフォームである、という話をしてきました。 ここからは、実際にEthereum上で動作する分散型アプリケーションを開発していく手順をチュートリアル形式で見ていきます。本節ではJavascript言語のアプリケーションフレームワークである「Meteor」を利用してDappの開発を進めていきます。
