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