npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dappwalletconnectoor

v0.7.4

Published

Effortlessly bootstrap your WalletConnect-integrated Web3 dApp with DAppWalletConnectoor using just one command. Designed to streamline the setup process, this starter template equips developers with a comprehensive toolkit for building decentralized appl

Downloads

250

Readme

DAppWalletConnectoor

GitHub license

DAppWalletConnectoor is an npx starter template that simplifies the setup of a WalletConnect-integrated dApp. With just one command, you can initiate your project and seamlessly integrate with WalletConnect v2 and Web3Modal 📲. This project is a fork of the original repository, aimed at not only maintaining its robust functionality but also significantly enhancing the user experience (UX) to create a more intuitive and engaging interaction flow for developers.

Emphasis on UX Improvements

In this iteration, I've put a laser focus on refining the user experience, driven by the belief that technology should not only be powerful but also accessible and delightful to use. We've reimagined the setup process, streamlined configurations, and introduced interactive prompts that guide you smoothly through the project initialization phase. Our enhancements are designed to lower the barrier to entry for developers new to blockchain technology while providing quality-of-life improvements for seasoned veterans. The result is a more enjoyable and less friction-filled journey from start to finish.

Project Aim

The primary goal of this fork is to demonstrate the profound impact thoughtful UX improvements can have on software tools. By reevaluating and enhancing the interaction design, we aim to make blockchain technology more approachable and the development process more efficient and enjoyable.

Development Purpose

This project serves as a living laboratory for testing out new ideas, refining coding skills, and pushing the boundaries of what's possible with current web technologies. It's a testament to the continuous journey of learning and improvement in the field of software development.

Features

✨ Seamless integration with WalletConnect v2 and Web3Modal with EIP-6963 support.

📦 Offers three template options: Next.js, React, and Vite for flexibility and convenience.

🧱 Supports multiple library choices including Wagmi and Ethers.js to suit your development needs.

🔧 Compatible with various package managers: Yarn, npm, and pnpm, providing flexibility in your workflow.

Prerequisites

Before using DAppWalletConnectoor, ensure you have installed:

  • Node.js (version 12 or higher)
  • Git

Usage

To create a new WalletConnect integrated dApp using DAppWalletConnectoor, execute the following command:

npx dappwalletconnectoor [options]

Options

  • -V, --version: Display the version number of DAppWalletConnectoor.
  • -i, --install: Automatically install project dependencies after project creation.
  • -id, --project-id <projectId>: Input your project ID from https://cloud.walletconnect.com.
  • -t, --template <template>: Choose a template for your WalletConnect dApp. Available options: "nextjs", "react", "vite".
  • -p, --package-manager <packageManager>: Select a package manager for your dApp. Choices include: "yarn", "npm", "pnpm".
  • -l, --library <library>: Pick a library for WalletConnect integration. Choices: "wagmi", "ethers".
  • -y, --use-default: Opt for default options for all prompts.
  • -h, --help: Show help information for the command.

Running Locally

To run DAppWalletConnectoor locally, follow these steps:

git clone https://github.com/panikadak/dappwalletconnectoor.git
cd dappwalletconnectoor
yarn

Then, use the following command to start DAppWalletConnectoor:

yarn dev

Serious Testing Required

While we've endeavored to enhance the UX, it's crucial to conduct thorough testing before considering this code production-ready. We encourage rigorous testing in various scenarios to ensure the application's reliability and stability.

License

DAppWalletConnectoor is licensed under the MIT License.


Note: This README provides a basic introduction to DAppWalletConnectoor, and forked for training purposes. Do not use it in production. For comprehensive details, usage examples, and troubleshooting, please refer to the documentation and source code hosted on the GitHub repository.