Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeeshanhanif/defi-projects
Repository to show my skills in Blockchain, Ethereum, Ethereum Layer 2, Token, NFTs, Web and Complete DeFi projects
https://github.com/zeeshanhanif/defi-projects
bitcoin blockchain defi erc20 erc721 ethereum hardhat nft solidity truffle-framework
Last synced: 2 months ago
JSON representation
Repository to show my skills in Blockchain, Ethereum, Ethereum Layer 2, Token, NFTs, Web and Complete DeFi projects
- Host: GitHub
- URL: https://github.com/zeeshanhanif/defi-projects
- Owner: zeeshanhanif
- Created: 2021-09-26T09:31:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T18:44:47.000Z (about 1 year ago)
- Last Synced: 2024-04-09T22:52:22.475Z (10 months ago)
- Topics: bitcoin, blockchain, defi, erc20, erc721, ethereum, hardhat, nft, solidity, truffle-framework
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 24
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Defi Projects
Repository to show my skills in Blockchain, Ethereum, Ethereum Layer 2, Token, NFTs, Web and Complete DeFi projectsProjects List for guideline
https://github.com/panacloud-modern-global-apps/defi-dapps-solidity-smart-contracts/blob/main/projects.md## Project 1 Create ERC20 Token with Truffle
Project 1 ERC20 Token is in '01_ERC20_Token' folder## Project 2 Create ERC20 Token with Hardhat
Project 1 ERC20 Token is in '01_ERC20_Token' folder## Project 2A Create ERC721 Token with Truffle
Project 2A ERC721 Token is in '02_ERC721_Token_Basic' folder, it contains basic and URI based NFT
Also script to generate intial NFTs## Project 2B Create ERC721 Token and Dotenv module to load secret and Infura Key with Truffle
Project 2B is in '02_ERC721_Token_Dotenv' folder## Project 2B Create ERC721 Token with Hardhat
Project 2B is in '02_ERC721_Token_Hardhat' folder## Project 2C Create ERC721 Token and and verify contract on Etherscan with Hardhat
Project 2C is in '02_ERC721_Token_Hardhat_Verify_Etherscan' folder## Project 2C Create ERC721 Token and and verify contract on Etherscan with Truffle
Project 2C is in '02_ERC721_Token_Verify_Etherscan' folder