Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ferossgp/remix-eth

Remix + Ethereum template for quickly starting Web and PWA dApps.
https://github.com/ferossgp/remix-eth

Last synced: 28 days ago
JSON representation

Remix + Ethereum template for quickly starting Web and PWA dApps.

Awesome Lists containing this project

README

        

# Remix + Ethereum Starter

This is an official starter Turborepo.

## What's inside?

This Turborepo includes the following packages/apps:

### Apps and Packages

- `web`: Remix SPA app based on Cloudflate Pages template and [Epic Stack](https://github.com/epicweb-dev/epic-stack)
- `hardhat`: a Hardhat project to develop and deploy Ethereum smart contracts

### Utilities

This Turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting

### Develop

To develop all apps and packages, run the following command:

```
pnpm dev
```