You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 NEAR on Testnet (always claimable, but rate limited)
NEAR Protocol SDKs
Wasm
Smart contracts in NEAR Protocol as that simple that you may write them in plain Wasm.
Yet, we still recommend you use high-level programming languages to make your code ergonimic.
High-level JavaScript off-chain client for NEAR Protocol to get accounts, block, transactions, FT/NFT tokens information, and prepare & submit transactions, function calls
High-level TypeScript off-chain client for NEAR Protocol with type-safe API to get accounts, block, transactions, FT/NFT tokens information, and prepare & submit transactions, function calls
Modern TypeScript High-level TypeScript off-chain client with intuitive fetch-like API for NEAR Protocol to get accounts, block, transactions, FT/NFT tokens information, and prepare & submit transactions, function calls
High-level Rust off-chain client library for NEAR Protocol to get accounts, block, transactions, FT/NFT tokens information, and prepare & submit transactions, function calls
High-level Go off-chain client library for NEAR Protocol to get accounts, block, transactions, FT/NFT tokens information, and prepare & submit transactions, function calls
core-contracts - collection of the early core NEAR Protocol contracts that are still widely used (the SDKs are outdated, but the concepts are still relevant)
omni-bridge - one of the most advanced collection of NEAR Protocol smart contracts
Aurora - EVM compiled to Wasm to run Solidity contracts inside a single account on NEAR Protocol
sputnik-dao - DAO contract implementation for NEAR Protocol
web4 - HTTP gateway that translates HTTP requests to NEAR Protocol function calls
near-dns - DNS gatewat that translates DNS queries to NEAR Protocol function calls
NEAR Social Database Contract + VM + viewer - social profiles, social graph (followers), social posts, and even JS widgets stored on NEAR Protocol blockchain with a tiny bootstrapping core that loads all the code and data from the chain to display it to the users
To add a tool, submit a PR with: package name, one-line description.
About
Curated list of resources: examples, libraries, projects