Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hzhu/create-remix-dapp

⚡ A CLI tool for quickly bootstrapping new web3 dapps using the Remix starter template.
https://github.com/hzhu/create-remix-dapp

blockchain dapp evm remix viem wagmi web3

Last synced: about 1 month ago
JSON representation

⚡ A CLI tool for quickly bootstrapping new web3 dapps using the Remix starter template.

Awesome Lists containing this project

README

        

# create-remix-dapp

banner

[![npm version](https://img.shields.io/npm/v/create-remix-dapp.svg?logo=npm)](https://www.npmjs.com/package/create-remix-dapp)
[![build](https://github.com/hzhu/create-remix-dapp/actions/workflows/release-please.yml/badge.svg)](https://github.com/hzhu/create-remix-dapp/actions/workflows/release-please.yml)

## Overview

This CLI tool enables you to quickly start building a new [Remix](https://remix.run) dApp, with everything set up for you.

* 🔗 Blockchain interaction with [viem](https://viem.sh) and [wagmi](https://wagmi.sh)
* 🌈 Wallet management with [RainbowKit](https://www.rainbowkit.com)
* 🔑 Authentication with [Sign-In with Ethereum](https://login.xyz)
* 🌍 Internationalization and localization
* 💅 Styling with [tailwindcss](https://tailwindcss.com)
* 🌓 Light and dark mode

## Quick Start

To bootstrap a Remix dApp, run the following command in your terminal. It will create a new app with your specified name in the current directory.

```
npx create-remix-dapp@latest
```

## Contributing

The Remix starter dApp is hosted in a separate [GitHub repository](https://github.com/hzhu/remix-dapp). If you're looking to improve the Remix starter dApp, head over there.