Docs Category: Integrate

Login with NEAR

To Share and +4 nLEARNs Login with NEARRecently NEAR has approved a new standard that, among other things, enables users to authenticate into a backend service. The basic idea is that the user will sign a challenge with their NEAR wallet, and the backend will verify the signature. If the signature is valid, then the …

Login with NEAR Read More »

Build the Web Frontend

To Share and +4 nLEARNs Login with NEARimport {CodeTabs, Language, Github} from "@site/components/codetabs" import Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; Once your contract is deployed it is highly likely that you will want to interact with it from a web frontend. To simplify this we have built NEAR JavaScript API. While the near-api-js actually …

Build the Web Frontend Read More »

NEAR CLI – Basics

To Share and +4 nLEARNs Login with NEAROnce your contract is deployed you can interact with it using your favorite shell. For this, you can use the NEAR CLI. Please notice that in this page we will only touch on how to use NEAR CLI to call methods in a contract. For the full documentation …

NEAR CLI – Basics Read More »

Scroll to Top
Report a bug👀