> For the complete documentation index, see [llms.txt](https://radiantblockchain.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://radiantblockchain.gitbook.io/wiki/programming/radiantscript.md).

# RadiantScript

{% embed url="<https://github.com/RadiantBlockchain-Community/radiantscript>" %}

## What is RadiantScript?

CashScript is a high-level programming language for smart contracts on Radiant. It offers a strong abstraction layer over Radiant' native virtual machine, RadiantScript. Its syntax is based on Ethereum's smart contract language Solidity, but its functionality is very different since smart contracts on Radiant differ greatly from smart contracts on Ethereum. For a detailed comparison of them, refer to the blog post.

If you're interested to see what kind of things can be built with CashScript, you can look at the [Showcase](/wiki/programming/radiantscript/language/examples.md) or [Examples](/wiki/programming/radiantscript/language/examples.md). If you just want to dive into CashScript, refer to the [Getting Started page](/wiki/programming/radiantscript/getting-started.md) and other pages in the documentation.

{% content-ref url="/pages/FDQ62a54hZnSJPk27isw" %}
[About RXD](/wiki/programming/radiantscript/about-rxd.md)
{% endcontent-ref %}

{% content-ref url="/pages/gPU3Wgh0UPL914MKv8oq" %}
[Command Line Interface](/wiki/programming/radiantscript/command-line-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/u3EpGQWbpFzwmFGgk3aP" %}
[Getting Started](/wiki/programming/radiantscript/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/MsxvyM5cu9q3WL2H6ymZ" %}
[Guides](/wiki/programming/radiantscript/guides.md)
{% endcontent-ref %}

{% content-ref url="/pages/wZaQfBztEqoCSDVFLj4j" %}
[Language](/wiki/programming/radiantscript/language.md)
{% endcontent-ref %}

{% content-ref url="/pages/nLlYwcCWzR5cyXL2Jlxe" %}
[SDK](/wiki/programming/radiantscript/sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/CMyy4i5o3gQY14GOkjht" %}
[Releases](/wiki/programming/radiantscript/releases.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://radiantblockchain.gitbook.io/wiki/programming/radiantscript.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
