useDApp

Framework for rapid Dapp development. Simple. Robust. Extendable. Testable (by TrueFiEng)

useDApp Alternatives

Similar projects and alternatives to useDApp

  1. metamask-extension

    :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

  2. 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
  3. vite

    892 useDApp VS vite

    Next generation frontend tooling. It's fast!

  4. Vue.js

    385 useDApp VS Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  5. hardhat

    138 useDApp VS hardhat

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

  6. web3-react

    22 useDApp VS web3-react

    A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

  7. ethereum-developer-tools-list

    A guide to available tools and platforms for developing on Ethereum.

  8. appkit

    22 useDApp VS appkit

    The full stack toolkit to build onchain app UX

  9. SaaSHub

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

    SaaSHub logo
  10. create-eth-app

    13 useDApp VS create-eth-app

    Create Ethereum-powered apps with one command

  11. Nethereum

    Ethereum .Net cross platform integration library

  12. MorpherWallet

    1 useDApp VS MorpherWallet

    Morpher Wallet is a recoverable, non-custodial wallet that runs directly in the browser. Needs zero installation and zero configuration as a keystore.

  13. Elliptic-PHP

    Fast, general Elliptic Curve Cryptography library. Supports curves used in Bitcoin, Ethereum and other cryptocurrencies (secp256k1, ed25519, ..)

  14. connect-metamask-react-dapp

    Build a simple React / Web3 Dapp that replicates a small portion of the Uniswap v2 interface

  15. hardhat-template

    5 useDApp VS hardhat-template

    Hardhat-based template for developing Solidity smart contracts

  16. scaffold-eth

    2 useDApp VS scaffold-eth

    πŸ— forkable Ethereum dev stack focused on fast product iterations (by harmony-one)

  17. walletconnect-example-dapp

    Discontinued Example Dapp (by WalletConnect)

  18. web3-react

    1 useDApp VS web3-react

    Discontinued A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps [Moved to: https://github.com/Uniswap/web3-react] (by NoahZinsmeister)

  19. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better useDApp alternative or higher similarity.

useDApp discussion

Log in or Post with

useDApp reviews and mentions

Posts with mentions or reviews of useDApp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-15.
  • Is there any way to call metamask from my own chrome extension?
    1 project | /r/ethdev | 18 Sep 2022
  • React Hooks for Web3 Ethereum Developers
    2 projects | dev.to | 15 Sep 2022
    useDapp
  • web3 - 3D Web3 serie
    4 projects | dev.to | 24 Aug 2022
    There are other several libraries to create a web3 enviroment as: Rainbowkit || Wagmi || Scaffold-eth || useDApp || web3modal || Web3-UI
  • Contributing to Ergo
    1 project | /r/ergonauts | 30 May 2022
    Something like https://usedapp.io for react/Js
  • What is the most modern way to connect to a ... a dapp? Man... I'm a dinosaur and it's only been 2 years
    3 projects | /r/ethdev | 4 Apr 2022
    You should also check out useDapp. It brings a lot more than connections but since you're writing a dapp anyway, it's gonna be useful
  • Where to start as a developer in Defi?
    2 projects | /r/defi | 9 Mar 2022
    If you’re a react dev, take a look at useDApp to connect your front end to the blockchain. Good luck!
  • How to handle wallet connection in a dapp
    2 projects | /r/Harmony_Devs | 7 Mar 2022
    Check out useDApp - https://usedapp.io/ I'm using it for connecting to Harmony and its very straightforward to set up and utilize. (I'm not affiliated with useDApp in any way.)
  • My first NFT dApp okomongo is live πŸŽ‰
    2 projects | /r/ethdev | 20 Dec 2021
    Yeah, the whole login process was one of the major pains within this project. But I found a useful stack to implement it smoothly. First of all, I built the app using the "useDApp" lib (https://github.com/EthWorks/useDApp). This lib creates lots of great hooks to use, which integrates perfectly into the React framework. This lib provides a one-function-solution to login using browser wallets (activateBrowserWallet). But that's only half of the job. For all other users I am using the "WalletConnectConnector" lib from the great "web3-react" framework. This lib creates the frontend dialog and returns the chosen provider, which I forward to the "useDApp" library for the hooks and blockchain connection. Here is the main code for the login procedure: import { useEthers } from '@usedapp/core'; import { WalletConnectConnector } from '@web3-react/walletconnect-connector'; const walletconnect = new WalletConnectConnector({ rpc: { 1: process.env.REACT_APP_RPC_URL_1, 4: process.env.REACT_APP_RPC_URL_4 }, qrcode: true }) function WalletButton(props) { const { activateBrowserWallet, activate, deactivate, account } = useEthers(); useEffect(() => { const walletConnectSettings = localStorage.getItem("walletconnect"); if(walletConnectSettings) { if(JSON.parse(walletConnectSettings).connected === true) { activate(walletconnect); } } }, [activate]); const handleLogin = async () => { if(window.ethereum || window.web3) { activateBrowserWallet(); } else { activate(walletconnect); } } }
  • Metamask connect button
    2 projects | /r/ethdev | 14 Dec 2021
  • UseDApp
    1 project | news.ycombinator.com | 14 Dec 2021
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 26 Mar 2025
    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 β†’

Stats

Basic useDApp repo stats
29
1,604
6.7
10 months ago

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 know that TypeScript is
the 1st most popular programming language
based on number of references?