Dapps

Top 23 Dapp Open-Source Projects

  • hardhat

    Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.

    Project mention: Smart Contract Audits: Ensuring Safe Blockchain Migration | dev.to | 2024-11-24

    4. Hardhat and Truffle

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • awesome-solidity

    ⟠ A curated list of awesome Solidity resources, libraries, tools and more

    Project mention: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    Awesome Solidity Full blockchain solidity course

  • appkit

    The full stack toolkit to build onchain app UX

    Project mention: INTEGRATION OF DAPPS WITH MODE: WALLET AND SMART CONTRACTS | PART 1: CONNECTING THE WALLET | dev.to | 2024-12-10

    // context/index.tsx 'use client' import { wagmiAdapter, projectId } from '../config' import { QueryClient, QueryClientProvider } from '@tanstack/react-query' import { createAppKit } from '@reown/appkit/react' import { mainnet, sepolia, mode, modeTestnet } from '@reown/appkit/networks' import React, { type ReactNode } from 'react' import { cookieToInitialState, WagmiProvider, type Config } from 'wagmi' // Set up queryClient const queryClient = new QueryClient() if (!projectId) { throw new Error('Project ID is not defined') } // Set up metadata const metadata = { name: 'mode-chain', description: 'AppKit Example', url: 'https://reown.com/appkit', // origin must match your domain & subdomain icons: ['https://assets.reown.com/reown-profile-pic.png'] } // Create the modal const modal = createAppKit({ adapters: [wagmiAdapter], projectId, networks: [mainnet, sepolia, mode, modeTestnet], defaultNetwork: mainnet, metadata: metadata, features: { analytics: true, // Optional - defaults to your Cloud configuration } }) function ContextProvider({ children, cookies }: { children: ReactNode; cookies: string | null }) { const initialState = cookieToInitialState(wagmiAdapter.wagmiConfig as Config, cookies) return ( {children}QueryClientProvider> WagmiProvider> ) } export default ContextProvider

  • plutus-pioneer-program

    This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.

  • Blockchain-Development-Resources

    The contents of this repository will help you launch a career in Blockchain development. How to deploy Smart contracts on Ethereum, build DApps, DeFi, DAO, NFT and Token protocol.

  • holochain

    The current, performant & industrial strength version of Holochain on Rust.

  • trust-web3-provider

    Web3 javascript wrapper provider for iOS and Android platforms.

    Project mention: Crypto Investing Tools Every Web3 Developer Should Know | dev.to | 2024-12-06

    Your investments are only as secure as your wallet. Hardware wallets like Ledger or Trezor provide unmatched security, while hot wallets such as MetaMask and Trust Wallet offer convenience for frequent transactions. As a developer, integrating these wallets into decentralized apps is often part of my daily work, and it's fascinating to see their robustness firsthand.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • beam

    Beam: Scalable Confidential Cryptocurrency. Leading the way to Confidential DeFi (by BeamMW)

  • matic.js

    Javascript developer library to interact with Matic Network

  • unity-web3-game-kit

    Unity Web3 Game Kit is the fastest way to connect and build games for Web3. It provides a single workflow for building high performance dapps. Fully compatible with your favourite platform.

  • KyberSwap

    Codebase for KyberSwap that helps users convert tokens instantly and directly from their own hardware wallets, metamask and so on. No setup, No deposit, no withdrawal needed. Try it out on https://kyberswap.com or join telegram for developers https://t.me/KyberDeveloper.

  • typescript-solidity-dev-starter-kit

    Starter kit for smart contract development using Typescript

  • nft-marketplace

    Reactjs And Smart Contracts Open Source Basic Nft Marketplace App

  • QuillAudit_Reports

    QuillAudits Smart Contracts, deFi, NFT, tokens,Dao , Dex and DApps Audit Reports

  • hive

    Fast. Scalable. Powerful. The Blockchain for Web3 (by openhive-network)

  • heimdall

    Validator node for Polygon PoS (by maticnetwork)

  • hyperhyperspace-core

    A library to create p2p applications, using the browser as a full peer.

    Project mention: Hyper Hyper Space: Make all data local | news.ycombinator.com | 2024-09-30
  • Juno

    Build Web3 at Lightning Speed (by junobuild)

  • SushiChain

    To be the go to platform for building dApps quickly and cheaply for business and gaming

  • wallet-selector

    This is a wallet selector modal that allows users to interact with NEAR dApps with a selection of available wallets.

  • flow-playground

    Flow Playground front-end app 🤹‍♂️

  • token-allowance-checker

    Control ERC20 token approvals

  • start-here

    Join our community and build with us. This repository is for Community help and support 💜 ✨

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Dapps discussion

Log in or Post with

Dapps related posts

  • Crypto Investing Tools Every Web3 Developer Should Know

    2 projects | dev.to | 6 Dec 2024
  • Smart Contract Audits: Ensuring Safe Blockchain Migration

    1 project | dev.to | 24 Nov 2024
  • Everything About Account Abstraction: Enhanced Web3 Wallets Drive Crypto Adoption, Fuse’s TradFi-Web3 Vision

    1 project | dev.to | 25 Jul 2024
  • Welcome TrustWallet Best Exchange Now Free AirDrop Get Started Trust Wallet App

    1 project | /r/u_SanneTrust | 7 Dec 2023
  • ByBit

    1 project | /r/THORChain | 6 Dec 2023
  • Ultimate Airdrop Guide for Scroll ZKP (Ethereum Layer 2)

    1 project | /r/ethtrader | 26 Nov 2023
  • How To Stake HydraDX's HDX Token

    2 projects | /r/polkadot_market | 11 Oct 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 13 Dec 2024
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Dapp projects? This list will help you:

Project Stars
1 hardhat 7,360
2 awesome-solidity 6,608
3 appkit 4,966
4 plutus-pioneer-program 1,391
5 Blockchain-Development-Resources 1,301
6 holochain 1,187
7 trust-web3-provider 785
8 beam 699
9 matic.js 545
10 unity-web3-game-kit 533
11 KyberSwap 430
12 typescript-solidity-dev-starter-kit 410
13 nft-marketplace 393
14 QuillAudit_Reports 353
15 hive 331
16 heimdall 272
17 hyperhyperspace-core 207
18 Juno 199
19 SushiChain 192
20 wallet-selector 160
21 flow-playground 116
22 token-allowance-checker 75
23 start-here 69

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that TypeScript is
the 1st most popular programming language
based on number of metions?