Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ferossgp/remix-eth
- Owner: Ferossgp
- Created: 2024-02-16T19:30:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T11:33:51.000Z (10 months ago)
- Last Synced: 2024-04-14T02:01:28.179Z (8 months ago)
- Language: TypeScript
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```