Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-tonny8/create_dapp
This project is to create ENV Dapp
https://github.com/max-tonny8/create_dapp
dapp ethereum ethersjs javascript nodejs smart-contracts solidity solidity-contracts solidity-dapps typescript web3
Last synced: about 18 hours ago
JSON representation
This project is to create ENV Dapp
- Host: GitHub
- URL: https://github.com/max-tonny8/create_dapp
- Owner: max-tonny8
- License: mit
- Created: 2024-05-28T18:53:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:56:53.000Z (8 months ago)
- Last Synced: 2024-11-23T09:35:15.506Z (2 months 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
```