Skip to content

Latest commit

 

History

History
 
 

cookbook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

NEAR JavaScript API Cookbook

Collection of common use cases for near-api-js.

ACCOUNTS
Create Account Create NEAR accounts without using NEAR Wallet.
Access Key Rotation Create and delete access keys for added security.
TRANSACTIONS
Get Transaction Status Gets transaction status using a tx hash and associated account/contract ID.
Recent Transaction Details Get recent transaction details without using an indexing service.
Batch Transactions Sign and send multiple transactions.
UTILS
Deploy Contract Deploys a contract using a pre-compiled .wasm file
Calculate Gas Calculate gas burnt from any contract call.
Read State w/o Account Read state of a contract without instantiating an account.
Wrap & Unwrap NEAR Wrap and unwrap NEAR using the wrap.near smart contract.
Verify Signature Verify a key pair signature.

Requirements

Setup

  1. Install dependencies
pnpm install
  1. Navigate to the cookbook directory
cd packages/cookbook
  1. Run Commands

Example:

node utils/get-state