# Naxios

## Why should I use it?

Naxios was designed to facilitate the React / Next.js integration with NEAR Blockchain and avoid the huge boilerplate of setting up a wallet and contract.

You don't need to do all the initial setup for the Wallet and Contract. Naxios will do it for you.

## Features

* Simplified Wallet, Contract, and RPC API integration
* Supports the [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) API
* Easy to create a Contract Interface
* Wallet connection modal to be easily used
* Automatic transforms for [JSON](https://www.json.org/json-en.html) data
* Client-side events to tell when the API is ready
* Helpful React Hooks
* Cache System for contract `view`

## When should I use it?

It might be used for DApps being built over the NEAR Blockchain only. If you're developing a regular app outside the web3 ecosystem, this is not for your project.

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first web3 interaction:

{% content-ref url="/pages/HUNilIB4ALfuUpCo1d1t" %}
[Getting Started](/naxios/getting-started.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://wpdas.gitbook.io/naxios/naxios.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.
