# 本コースについて

## コースのゴール

本コースでは、ethereumの機能を用いた簡単なアプリケーションを作成するまでのステップを解説します。

ブロックチェーンについての章では、bitcoinやethereumについて解説します。

ウォレットアプリを使うの章では、開発したコントラクタを利用するためのウォレットアプリの導入や利用方法の簡単な解説をします。

Solidity Programmingの章では、スマートコントラクタを開発するために利用するSolidityというjavascriptベースの言語を使います。テストコードも書きながら簡単なコントラクタを作成します。

これ以降は、作成予定です。

WebViewも考えながらコントラクタを使ったちょっとしたサービスを作成します。

{% hint style="info" %}
仮想通貨取引などについては、解説をしておりません。
{% endhint %}


---

# 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://24karamawariken.gitbook.io/ethereum-solidity/master.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.
