https://github.com/sharjeelsafdar/dapp-projects
Projects for learning Solidity, Smart Contracts, Web3, and DApps.
https://github.com/sharjeelsafdar/dapp-projects
arbitrum dapp ethereum ethersjs hardhat projects react smart-contracts solidity truffle web3 web3-react
Last synced: 10 months ago
JSON representation
Projects for learning Solidity, Smart Contracts, Web3, and DApps.
- Host: GitHub
- URL: https://github.com/sharjeelsafdar/dapp-projects
- Owner: SharjeelSafdar
- Created: 2021-09-14T08:45:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T12:34:07.000Z (over 4 years ago)
- Last Synced: 2025-06-07T20:06:20.696Z (12 months ago)
- Topics: arbitrum, dapp, ethereum, ethersjs, hardhat, projects, react, smart-contracts, solidity, truffle, web3, web3-react
- Language: TypeScript
- Homepage: https://github.com/panacloud-modern-global-apps/defi-dapps-solidity-smart-contracts/blob/main/projects.md
- Size: 1.49 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DApp Projects
1. [Create an ERC20 Token](./p1-erc20-token)
2. [Create an ERC721 Token](./p2-erc721-token)
3. [Create a Farm Smart Contract](./p3-farm-token)
4. [Create a Dummy DEX](./p4-dex)
5. [Create a DAO with Openzeppelin](./p5-dao)
6. [Create a ERC20PaymentSplitter](./p6-erc20-payment-splitter)
7. [Pet Shop with Arbitrum](./p7-pet-shop-arbitrum)
8. [Elections with Arbitrum](./p8-election-arbitrum)
9. [Moving ETH Between L1 and L2](./p9-moving-ethers)
10. [Moving ERC20 Tokens Between L1 and L2](./p10-moving-tokens)
11. [Arbitrum Message Passing System](./p11-arbitrum-message-passing-system)
12. [Executing Outbox Messages](./p12-executing-outbox-messages)
13. [Using Address Table to Reduce Gas Costs](./p13-address-table)
14. [Chainlink VRF](./p14-chainlink-vrf)
15. [Chainlink Data Feeds and Feed Registry](./p15-chainlink-data-feeds)