Examples for building on the NEAR blockchain
Examples for building on the NEAR blockchain
NFT
Example implementations of tokens to represent unique assets, such as collectibles or deeds, using the NEP-171 spec (similar to ERC-721)
guest-book-as
Sign in with NEAR and add a message to the guest book!
FT
Example implementations of money-like tokens, where one token is the same as any other, using the NEP-141 spec (similar to ERC-20)
counter-rust-deprecated
Simple counter in Rust. Increment, decrement, and reset. See branches for extended usage.
linkdrop-proxy
The hub for creating linkdrops containing $NEAR and one of: NFTs, and FTs or an arbitrary function called upon claim. 98% cheaper than alternate solutions
near-api-rest-server
Interact with the NEAR blockchain using a simple REST API.
nft-onboarding
A more detailed example of progressive onboarding using an NFT mint + sale shop example.