Skip to content
@near-examples

Examples for building on the NEAR blockchain

NEAR is an open source platform that accelerates the development of decentralized applications

Pinned Loading

  1. NFT NFT Public

    Example implementations of tokens to represent unique assets, such as collectibles or deeds, using the NEP-171 spec (similar to ERC-721)

    Rust 361 265

  2. FT FT Public

    Example implementations of money-like tokens, where one token is the same as any other, using the NEP-141 spec (similar to ERC-20)

    Rust 122 102

  3. cross-contract-calls cross-contract-calls Public

    How to make cross contract calls in NEAR protocol

    Rust 2 6

  4. frontend-multiple-contracts frontend-multiple-contracts Public

    Forked from gagdiez/frontend-multiple-contracts

    An example on how to interact with multiple contracts from a frontend

    JavaScript 3 4

  5. factory-rust factory-rust Public

    Forked from Learn-NEAR/factory-example

    Create and deploy contracts on sub-accounts

    Rust 4 4

Repositories

Showing 10 of 52 repositories
  • near-multichain Public

    Examples for signing and executing transactions across multiple blockchain protocols from one NEAR account.

    near-examples/near-multichain’s past year of commit activity
    JavaScript 27 14 3 2 Updated Nov 26, 2024
  • near-examples/donation-examples’s past year of commit activity
    JavaScript 2 12 0 1 Updated Nov 22, 2024
  • yield-resume Public

    Basic example on how to use the new yield/resume functionality on NEAR

    near-examples/yield-resume’s past year of commit activity
    JavaScript 3 2 0 0 Updated Nov 22, 2024
  • near-examples/nft-tutorial-js’s past year of commit activity
    TypeScript 15 24 3 6 Updated Nov 22, 2024
  • factory-rust Public Forked from Learn-NEAR/factory-example

    Create and deploy contracts on sub-accounts

    near-examples/factory-rust’s past year of commit activity
    Rust 4 5 0 1 Updated Nov 22, 2024
  • chainsig-script Public

    Script to sign TX for Ethereum and Bitcoin, using Near Protocol MPC.

    near-examples/chainsig-script’s past year of commit activity
    TypeScript 20 12 0 0 Updated Nov 22, 2024
  • near-examples/auctions-tutorial’s past year of commit activity
    JavaScript 1 2 0 0 Updated Nov 22, 2024
  • hello-near-examples Public

    👋 Hello NEAR

    near-examples/hello-near-examples’s past year of commit activity
    JavaScript 11 17 0 0 Updated Nov 22, 2024
  • NFT Public

    Example implementations of tokens to represent unique assets, such as collectibles or deeds, using the NEP-171 spec (similar to ERC-721)

    near-examples/NFT’s past year of commit activity
    Rust 361 MIT 265 1 1 Updated Nov 22, 2024
  • FT Public

    Example implementations of money-like tokens, where one token is the same as any other, using the NEP-141 spec (similar to ERC-20)

    near-examples/FT’s past year of commit activity
    Rust 122 MIT 102 10 2 Updated Nov 22, 2024