Docs Category: Integrator

Fungible tokens

To Share and +4 nLEARNs Login with NEARIntroduction Please see the spec for the fungible token standard and an example implementation for reference details. One notable aspect of the standard is that method names are prefixed with ft_. This will be a helpful convention when querying for transactions related to fungible tokens. Get balance Using …

Fungible tokens Read More »

Balance changes

To Share and +4 nLEARNs Login with NEARPrerequisites NEAR Account NEAR-CLI Credentials for sender account stored locally by running near login Native NEAR (Ⓝ) Balance changes on accounts can be tracked by using our changes RPC endpoint. You can test this out by sending tokens to an account using NEAR-CLI and then viewing the changes …

Balance changes Read More »

Accounts

To Share and +4 nLEARNs Login with NEARIntroduction Please see the documentation for accounts for basic information. For exchanges, NEAR supports implicit account creation which allows the creation of accounts without paying for transactions. You can create an implicit account by following the steps in this guide. Accounts must have enough tokens to cover its …

Accounts Read More »

Implicit Accounts

To Share and +4 nLEARNs Login with NEARBackground Implicit accounts work similarly to Bitcoin/Ethereum accounts. They allow you to reserve an account ID before it’s created by generating a ED25519 key-pair locally. This key-pair has a public key that maps to the account ID. The account ID is a lowercase hex representation of the public …

Implicit Accounts Read More »

Token Loss

To Share and +4 nLEARNs Login with NEARToken loss is possible under multiple scenarios. These scenarios can be grouped into a few related classes: Type 1: Key Management Type 2: Refunds Type 3: Function Calls Type 1: Key Management There is a class of token loss scenarios related to key management. Proper key management is …

Token Loss Read More »

Exchange Integration

To Share and +4 nLEARNs Login with NEARTransaction Reference Links Basics Specifications Constructing Transactions Native NEAR (Ⓝ) Balance Changes Balance changes on accounts can be tracked by using our changes RPC endpoint. You can test this out by sending tokens to an account using NEAR-CLI and then viewing the changes made. Prerequisites NEAR Account NEAR-CLI …

Exchange Integration Read More »

Scroll to Top
Report a bug👀