Skip to main content
This page brings together practical resources you can use right away when building on NEAR.

Getting started

What is NEAR?

Learn NEAR basics, architecture, and why developers choose it.

Developer support

Join Telegram developer chats to ask questions and get help.

Need NEAR AI credits?

Request NEAR AI Cloud credits for your project.

Core docs

Awesome NEAR

awesome-near is a community-maintained resource directory with tooling, examples, libraries, and integrations.

Skills

PackageDescription
agent-skillsAI agent skills for NEAR Protocol blockchain development

Testnet faucets

FaucetDescription
Circle Faucet20 USDC on NEAR Testnet (claimable every 2 hours)
NEAR Faucet2 NEAR on Testnet (rate limited)

NEAR protocol SDKs

JavaScript / TypeScript

PackageDescription
near-api-jsHigh-level JavaScript client for accounts, blocks, transactions, tokens, and function calls
near-api-tsHigh-level type-safe TypeScript client for NEAR Protocol
near-kitModern TypeScript client with fetch-like API
near-jsonrpc-client-tsAuto-generated TypeScript JSON-RPC client

Rust

PackageDescription
near-api-rsHigh-level Rust off-chain client for NEAR Protocol
near-sdk-rsRust SDK for writing NEAR smart contracts
near-abi-rsABI primitives and models for Rust contracts

Python

PackageDescription
py-nearAsync Python client with HOT Protocol and NEAR Intents support
near-jsonrpc-client-pyType-safe Pythonic JSON-RPC client with Pydantic models
near-sdk-pyPython SDK for writing NEAR smart contracts

Wallet and authentication

PackageDescription
@hot-labs/near-connectSecure lightweight wallet connector for JavaScript/TypeScript
near-connect-hooksReact hooks for NEAR wallet integration
near-sign-verifyCreate and validate NEP-413 signed messages
better-near-authSign in with NEAR plugin for Better Auth

CLI tools

PackageDescription
near-cli-rsHuman-friendly interactive CLI for NEAR Protocol
create-near-appScaffold NEAR apps with frontend and contract templates
cargo-nearCargo extension for build and deploy with ABI generation
near-validator-cli-rsCLI companion for staking operations and validator workflows

Starter templates

PackageDescription
near-ai-chatAI chat agent starter for NEAR AI Cloud
NEAR PlaygroundOnline IDE to create and deploy NEAR contracts
near-sdk-rs-templateRust smart contract template
NEAR-fast-ft-transferHigh-performance FT transfer service

Data infrastructure

PackageDescription
GoldskyData infrastructure and indexing service
Stream NEARServer-Sent Events stream for real-time block data
Explorer APITransaction-based explorer API
Near Lake IndexerLake-based indexing service

Data APIs

PackageDescription
FastNear APILow-latency API for wallets and explorers
NearBlocks APIREST APIs for NEAR blockchain data
Pikespeak APIAggregated analytics APIs
Allium APIWallet and historical transaction API

AI and cloud services

PackageDescription
NEAR AI CloudPrivate inference platform for verifiable AI inference

Near intents

PackageDescription
One Click SDK TypeScriptTypeScript SDK for cross-chain swaps via 1Click API
One Click SDK RustRust API client for one-click swaps
One Click SDK GoGo API client for one-click swaps
intents-sdkSDK for intents-based applications

Chain signatures

PackageDescription
chainsig.jsTypeScript library for multi-chain transactions and MPC signatures
omni-transaction-rsRust library to build transactions for multiple chains

Explorers

Additional resources