Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saket-sk/solidity--blockchain-nft-dapp
- Owner: SAKET-SK
- Created: 2022-10-15T06:12:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T16:22:32.000Z (about 2 years ago)
- Last Synced: 2023-04-29T09:09:15.215Z (over 1 year ago)
- Topics: blockchain, blockchain-technology, contracts, dapps, ethereum, nft, nft-game, nfts, solidity, solidity-contracts
- Language: Solidity
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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