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

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.

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)