Docs Category: Api

NEAR-API-JS Cookbook

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; Common use cases for near-api-js. [ GitHub reference repository ] – All examples below can be found in this reference repo for ease of use. Overview Name Description ACCOUNTS Create Account Create NEAR accounts without using NEAR Wallet. Access Key …

NEAR-API-JS Cookbook Read More »

NEAR-API-JS Quick Reference

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; Here is a collection of the most commonly used methods within near-api-js. For more in-depth look into this library, please reference the TypeDocs. Setup Install npm i near-api-js Import “`js import * as nearAPI from “near-api-js”; “` “`js const nearAPI …

NEAR-API-JS Quick Reference Read More »

NEAR-API-JS (JavaScript Library)

To Share and +4 nLEARNs Login with NEAR near-api-js is a JavaScript/TypeScript library for development of decentralized applications on the NEAR platform. It works in conjunction with our RPC endpoints to help you connect your application to the NEAR blockchain. Resource Description Cheatsheet / Quick Reference Quick easy way to get started with the most …

NEAR-API-JS (JavaScript Library) Read More »

Scroll to Top