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
- Host: GitHub
- URL: https://github.com/FroganBee/create_Dapp
- Owner: max-tonny8
- License: mit
- Created: 2024-05-28T18:53:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:56:53.000Z (about 2 years ago)
- Last Synced: 2025-01-23T16:16:29.069Z (over 1 year ago)
- Topics: dapp, ethereum, ethersjs, javascript, nodejs, smart-contracts, solidity, solidity-contracts, solidity-dapps, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```