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

https://github.com/FroganBee/create_Dapp

This project is to create ENV Dapp
https://github.com/FroganBee/create_Dapp

dapp ethereum ethersjs javascript nodejs smart-contracts solidity solidity-contracts solidity-dapps typescript web3

Last synced: 6 months ago
JSON representation

This project is to create ENV Dapp

Awesome Lists containing this project

README

          

# cra-template-dapp

A Project Boilerplate Create React App Template for Creating EVM Dapps.
Using React, Typescript, Redux, Styled Components, React Router & useDapp.

## Get Started

```sh
npx create-react-app my-app --template dapp

# or yarn
yarn create react-app my-app --template dapp
```