# WASM Contract

![](/files/-LvPYWInQKWUwZXNJCdD)

Ontology's WebAssembly based (WASM) contracts support development in Rust and C++. In this tutorial, we will focus on smart contract development using Rust.

This simple walkthrough aims at allowing developers who are just getting started with building WASM contracts. The guide will help you with installing the development environment and then slowly move towards the development process.

The tutorial does follow a sequence, but feel free to navigate through the different sections based on your requirements.

{% content-ref url="/pages/-LwHH-Vd\_cW4P8CY4zGA" %}
[Development Environment](/guides-and-tutorials/development-guides/smart-contract-dev/wasm/dev-environment.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LwHH-VechxHIJ1Tj1ja" %}
[Project Initiation - Hello World](/guides-and-tutorials/development-guides/smart-contract-dev/wasm/hello-world.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LwHH-VfVyJ\_ktmt85yj" %}
[Creating your own project](/guides-and-tutorials/development-guides/smart-contract-dev/wasm/create-new-project.md)
{% endcontent-ref %}


---

# 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://docs.ont.io/guides-and-tutorials/development-guides/smart-contract-dev/wasm.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.
