Naxios

Promise-based NEAR Contract, NEAR Wallet, and NEAR RPC Client for browser.

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 API

  • Easy to create a Contract Interface

  • Wallet connection modal to be easily used

  • Automatic transforms for JSON 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:

Last updated