You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opinionated Dapp Starter Template provides a solid foundation for building Ethereum-based applications. It incorporates various tools and frameworks such as React, Next.js, Hardhat, TypeChain, web3-react, daisyUI Tailwind CSS Components, and OpenZeppelin.
It's a multichained dapp where users can 🥫 mint an NFT for 0.001 ETH on Ethereum, Arbitrum or Avalanche C-Chain. Users who have registered on ENS can see their's domain name instead of wallet address.
A lottery system where participants can enter the lottery by sending Ether and after a certain time period, a winner is randomly selected to receive the entire balance.
A voting system implemented as a smart contract which allows users to propose options, vote on them within a specified time frame, and finalize results in a decentralized manner.
A decentralized auction platform that allows users to create time-bound auctions, place bids, and automatically manages the auction lifecycle including bid placement, auction closing, and fund distribution.
Decentralize Exchange 💱 Protocol like AMM Uniswap. This dapp is a representation of a decentralized finance (Defi) system on blockchain. There is no central authorization in this market. So, everything that happens here is in pre written codes on smart contracts which cannot be altered.