Hedera DApp Starter Template using Create React App, Material UI and JavaScript with HashPack, Blade, and MetaMask wallet support.
- Multi-wallet integration out of the box (HashPack, Blade, & MetaMask)
- Mirror Node Client
- State management via React Context
- Material UI
Execute the following command, replacing <my-app-name>
with the directory name you wish to create for the new project.
npx create-react-app <my-app-name> --template git+ssh://[email protected]/hedera-dev/cra-hedera-dapp-template-js.git
- Create a fork of this repo on github
- Clone that forked copy using github
- Make your changes on a new branch
- Submit a PR against the
main
branch of this copy of the git repo
For testing during local development, execute the following command.
npx create-react-app <my-app-name> --template file:../path/to/your/template/cra-hedera-dapp-template-js
Apache 2.0