A Hedera TypeScript React App using the Hedera Hashgraph JavaScript SDK to transfer HBAR to a MetaMask account.
This application uses the cra-hedera-template as a starting point.
- Clone this repository
npm i
npm run start
-
Once your application has started click the 'Connect Wallet' button on the upper left.
-
Click MetaMask
-
Select an account to connect with. Don't have a Hedera account? Learn how to create and fund a Hedera Testnet account.
-
Enter the amount of test HBAR to transfer and an account to transfer to
- Fork this repository
- If adding new features pre-fix your branch name with
feature/
- if fixing a bug start your branch name with
bug/
- Make a Pull request
Explore DApp development using the Mirror Node API and Hedera Token Service (HTS) following this guide.