1. Introduction
  2. Tips and Tricks
  3. Send me a Tip?
  4. I could be wrong
  5. 1. Concepts
    1. 1.1. NEAR Protocol
    2. 1.2. NFT
    3. 1.3. DAOs
    4. 1.4. Validators
    5. 1.5. Gas
    6. 1.6. Rainbow Bridge
    7. 1.7. Aurora
    8. 1.8. Appchain
    9. 1.9. yoctoNEAR
  6. 2. Smart Contract Programming
    1. 2.1. Non Fungible Token Tutorial
      1. 2.1.1. On ext_contract
    2. 2.2. "NEAR Place" Tutorial
      1. 2.2.1. Account
      2. 2.2.2. Board
      3. 2.2.3. Main Library
      4. 2.2.4. Frontend
    3. 2.3. Gonear-name
      1. 2.3.1. Lock unlock account
      2. 2.3.2. Other contracts
    4. 2.4. Vesting/Lockup Contract
      1. 2.4.1. Lockup Contract
      2. 2.4.2. Types
      3. 2.4.3. Foundation
      4. 2.4.4. Cross-contract calls in main library
      5. 2.4.5. lib.rs implementation of LockupContract
      6. 2.4.6. Test for Foundation
      7. 2.4.7. Foundation Callbacks
      8. 2.4.8. Owner's Methods
      9. 2.4.9. Contract as the owner
      10. 2.4.10. Owner's Callbacks
    5. 2.5. Simulation Testing
      1. 2.5.1. Setting up the environment
      2. 2.5.2. First Integration Test: Staking
  7. 3. Making our own dApp: Explore two contracts
    1. 3.1. Signup Smart Contract
      1. 3.1.1. The Linkdrop Smart Contract
      2. 3.1.2. How to navigate Cargo
  8. Appendix
  9. 4. Other useful concepts
    1. 4.1. Peer to Peer Money in Historical Context: Bitcoin
    2. 4.2. Infrastructure Inversion
    3. 4.3. Money as a content type
    4. 4.4. Other Notable Resources
    5. 4.5. How one thought the future is good

Programming NEAR Protocol

How to navigate Cargo