# 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="getting-started" %}
[getting-started](https://wpdas.gitbook.io/naxios/getting-started)
{% endcontent-ref %}
