A Hedera JavaScript React App using the Hedera Hashgraph JavaScript SDK to transfer HBAR to a MetaMask account.
To get started, make sure to create .env file in the root directory with your developer portal testnet credentials. Reminder react requires you to prefix your environment variables with REACT_APP_
REACT_APP_MY_ACCOUNT_ID=
REACT_APP_MY_PRIVATE_KEY=
Then run the following command in the rood directory of the project:
npm install
npm run start