Wondering what you can build with NEAR? Check out these examples for inspiration! You can also view these examples on GitHub.
Sign in with NEAR and add a message to the guest book!
Simple counter in Rust. Increment, decrement, and reset. See branches for extended usage.
Example implementations of tokens to represent unique assets, such as collectibles or deeds, using the NEP-4 spec (similar to ERC-721)
Example implementations of money-like tokens, where one token is the same as any other, using the NEP-21 spec (similar to ERC-20)
Implementation of token contract similar to ERC20.
Proof of Work Faucet for NEAR accounts to gain Ⓝ (NEAR denomination) from a React app.
Set and retrieve status messages per account with this simple smart contract.
This example demonstrates how to integrate your application with NEAR Wallet.
Increment and decrement a counter with this simple smart contract via a web page.