Docs Category: 4.tools

Account

To Share and +4 nLEARNs Login with NEARYou can interact with, create or delete NEAR accounts. Load Account This will return an Account object for you to interact with. const account = await nearConnection.account(“example-account.testnet”); Class Account Create Account // create a new account using funds from the account used to create it. const account = …

Account Read More »

Common Use Cases

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; The repository contains many recipes that you can readily use to solve common case scenarios. Name Description ACCOUNTS Create Account Create NEAR accounts without using NEAR Wallet. Access Key Rotation Create and delete access keys for added security. TRANSACTIONS Get …

Common Use Cases Read More »

JavaScript SDK

To Share and +4 nLEARNs Login with NEARJavaScript is the most popular programming language, used by nearly 14 million developers worldwide. You can write smart-contracts in JavaScript or Typescript, and our SDK will pack them with a lightweight runtime. This can then be compiled into a single Wasm file that can be deployed into the …

JavaScript SDK Read More »

NEAR Indexer for Explorer

To Share and +4 nLEARNs Login with NEARWhile developing a decentralized app you might want to query usage information for a contract such as: Which users have called a specific method in my contract? How much money and gas did they deposit? Which transactions failed? In order to simplify asking these questions is that we …

NEAR Indexer for Explorer Read More »

Explorer

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; An Explorer allows you to quickly obtain information from the blockchain through a friendly user interface. These useful tools enable for example to: Search for a transactions and its receipts. Check all the interactions in a smart contract. See the …

Explorer Read More »

Track Real Time Events

To Share and +4 nLEARNs Login with NEARWhile developing a decentralized app you might want track specific events in real time. For example, you could want to be informed each time a specific NFT marketplace makes a sell. For this to be possible you need: A way for the contract to inform that an event …

Track Real Time Events Read More »

Scroll to Top
Report a bug👀