Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saket-sk/solidity--blockchain-nft-dapp

A course from Metaschool where I will be learning the basics of Solidity and NFT related stuff
https://github.com/saket-sk/solidity--blockchain-nft-dapp

blockchain blockchain-technology contracts dapps ethereum nft nft-game nfts solidity solidity-contracts

Last synced: 4 days ago
JSON representation

A course from Metaschool where I will be learning the basics of Solidity and NFT related stuff

Awesome Lists containing this project

README

        

# Solidity--Blockchain-NFT-Dapp
A course from Metaschool where I will be learning the basics of Solidity, Blockchains, NFT and Dapps

## Section 1: Intro to Web 3
- Day 1 : Intro to Web3
- Day 2 : Intro to Blockchain and Consensus Mechanism

## Section 2: Solidity
- Day 3 : Ethereum and its terminologies
- Day 4 : Writing First Smart Contract using Remix IDE
- Day 5 : Creating your own simple ERC-20 Contract
- Day 6 : Useful Libraries and Open Zeppelin
- Day 7 : Creating your own simple ERC-721 Contract
- Day 8 : Using IDEs : HardHat
- Day 9 : Wrting Unit Tests on Hardhat
- Day 10 : Solidity Best Practices

// NFT - Basics : Knowing all about NFTS

// Smart Contract : A demo Hello World Smart Contract written on Remix IDE using Solidity Language