From dfd101c27099b7a81ff93ca763c3e6b9c2fea524 Mon Sep 17 00:00:00 2001 From: Wenderson Pires Date: Thu, 19 Sep 2024 13:16:01 -0300 Subject: [PATCH] Add Naxios as an option to integrate-contracts.md (#2192) Add Naxios as an option to set up Wallet and Contract integration. --- docs/2.build/4.web3-apps/integrate-contracts.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/2.build/4.web3-apps/integrate-contracts.md b/docs/2.build/4.web3-apps/integrate-contracts.md index e5d07e37eb7..2fde54c9c6d 100644 --- a/docs/2.build/4.web3-apps/integrate-contracts.md +++ b/docs/2.build/4.web3-apps/integrate-contracts.md @@ -18,6 +18,12 @@ Using those tools you will implement the following flow: 2. Ask the user to **sign-in** using a NEAR wallet. 2. **Call methods** in the contract. +### Naxios + +You can optionally use [Naxios](https://wpdas.gitbook.io/naxios). A promise-based NEAR Contract and NEAR Wallet Client for browser. + +Naxios was designed to facilitate the React / Next.js integration with NEAR Blockchain and avoid the boilerplate of setting up a wallet and contract. + --- ## Adding NEAR API JS and Wallet Selector