> For the complete documentation index, see [llms.txt](https://docs.aeternity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeternity.com/aeternity-developer-tools/development-infrastructure/sdks-and-apis/javascript-typescript-sdk.md).

# Javascript/Typescript SDK

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Javascript SDK Documentation</td><td><a href="/files/Mn0raWPCGdVF9LgIRfVj">/files/Mn0raWPCGdVF9LgIRfVj</a></td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/1nDvwsqXhhmjfkf0s8Gj">/spaces/yxhRUAwn7tH8JUboTur7/pages/1nDvwsqXhhmjfkf0s8Gj</a></td></tr><tr><td>Javascript SDK Tutorials</td><td><a href="/files/jE1fPk46hKqk61pbIAAC">/files/jE1fPk46hKqk61pbIAAC</a></td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/3XDdwbGi70fuBFf7Odpt">/spaces/yxhRUAwn7tH8JUboTur7/pages/3XDdwbGi70fuBFf7Odpt</a></td></tr><tr><td>Javascript SDK Guides</td><td><a href="/files/60QmGVxDyAZeLFAtGHRM">/files/60QmGVxDyAZeLFAtGHRM</a></td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/UZ3EnMPrQM1tXeqVa9N7">/spaces/yxhRUAwn7tH8JUboTur7/pages/UZ3EnMPrQM1tXeqVa9N7</a></td></tr></tbody></table>

The æternity JavaScript SDK is a comprehensive toolkit that enables developers to interact with the æternity blockchain using JavaScript. Whether you're building decentralized applications (æpps), integrating blockchain functionality into existing applications, or developing tools for the æternity ecosystem, this SDK provides all the necessary methods and utilities to work with æternity's features, including smart contracts, oracles, naming system (AENS), and state channels.

This documentation covers everything from basic setup to advanced blockchain interactions. You'll find detailed guides for core functionalities, examples for common use cases, and comprehensive API references. The documentation is structured to support both newcomers getting started with blockchain development and experienced developers looking to leverage æternity's full feature set. Navigate through the sections on the left to find detailed information about specific features and functionalities.


---

# 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://docs.aeternity.com/aeternity-developer-tools/development-infrastructure/sdks-and-apis/javascript-typescript-sdk.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.
