/hbar-faucet-for-metamask

A TypeScript react application that uses Hedera Hashgraph JS SDK to send HBAR to a MetaMask account

Primary LanguageTypeScript

A Hedera React App

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.

How to Run

  1. Clone this repository
  2. npm i
  3. npm run start

Getting Started

  1. Once your application has started click the 'Connect Wallet' button on the upper left.

    image

  2. Click MetaMask

    image

  3. Select an account to connect with. Don't have a Hedera account? Learn how to create and fund a Hedera Testnet account.

  4. Enter the amount of test HBAR to transfer and an account to transfer to

    image

How to contribute

  1. Fork this repository
  2. If adding new features pre-fix your branch name with feature/
  3. if fixing a bug start your branch name with bug/
  4. Make a Pull request

Tutorials

Explore DApp development using the Mirror Node API and Hedera Token Service (HTS) following this guide.