Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hzhu/create-remix-dapp
- Owner: hzhu
- Created: 2023-10-03T00:58:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T06:21:45.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:55:49.932Z (9 months ago)
- Topics: blockchain, dapp, evm, remix, viem, wagmi, web3
- Language: JavaScript
- Homepage: https://remix-dapp.vercel.app
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# create-remix-dapp
[![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.