# ICP Rust CDK学習メモ

ICP (Internet Computer Protocol)上で動作するDapp (Decentralized Application; 分散型アプリケーション) をRust言語で開発する方法について、パイオニアの方々から教えてもらったことや自分で調べた内容を、個人的に整理したドキュメントです。

これからICPで開発をはじめようと思っている方に少しでも参考になればと思います。

<https://toshio.gitbook.io/icp-rust-cdk/>


---

# 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://toshio.gitbook.io/icp-rust-cdk/readme.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.
