Skip to content

Commit

Permalink
Add Naxios as an option to integrate-contracts.md (#2192)
Browse files Browse the repository at this point in the history
Add Naxios as an option to set up Wallet and Contract integration.
  • Loading branch information
wpdas authored Sep 19, 2024
1 parent 0d84d8c commit dfd101c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/2.build/4.web3-apps/integrate-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfd101c

Please sign in to comment.