Skip to main content

Common Use Cases

The repository contains many recipes that you can readily use to solve common case scenarios.

NameDescription
ACCOUNTS
Create AccountCreate NEAR accounts without using NEAR Wallet.
Access Key RotationCreate and delete access keys for added security.
TRANSACTIONS
Get Transaction StatusGets transaction status using a tx hash and associated account/contract ID.
Recent Transaction DetailsGet recent transaction details without using an indexing service.
Batch TransactionsSign and send multiple transactions.
UTILS
Deploy ContractDeploys a smart contract using a pre-compiled WASM file.
Calculate GasCalculate gas burnt from any contract call.
Read State w/o AccountRead state of a contract without instantiating an account.
Wrap & Unwrap NEARWrap and unwrap NEAR using the wrap.near smart contract.
Verify SignatureVerify a key pair signature.
Was this page helpful?