Skip to content

MattWong-ca/NFTNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 

Repository files navigation

NFT Notes ๐Ÿ‚

Courses:
The Complete NFT Web Development Course - Zero To Expert

Dev Environment

  • MetaMask (crypto wallet)
  • Terminal
  • Node.js
  • NPM
  • Ganache
  • Truffle
    • Development framework for Ethereum
  • VS Code

Standards

  • ERC standards are basically a set of rules which enables your contract to play well with other developers' contracts
  • EIP = Ethereum Improvement Proposal
  • ERC721 = non-fungible
  • ERC20 = fungible

Ethereum Virtual Machine

  • Creates level of abstraction between executing code and executing machine to improve the portability of software and ensure applications are separated from each other and their host
  • Smart contract languages are compiled to low-level machine instruction called opcodes
  • EVM uses 256-bit register stack

Cryptography

  • SHA256

Mining

IPFS

Token Bound Accounts (ERC-6551)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors