A decentralized application template in pure JavaScript, HTML, and CSS. It uses Vite as its build tool.
Create a wallet if you don't already have one! Select from the options below:
- Install the Hashpack extension.
- Install the Blade extension.
- Install the MetaMask extension.
- Import a Hedera ECDSA based testnet account into MetaMask.
- Install the Kabila extension.
- Activate it by transferring any 100 test HBAR to your EVM address using our faucet at https://portal.hedera.com/faucet
Update the PROJECT_ID
in services/walletConnectClient.js
to be your own wallet connect project id.
This DApp utilizes Hashio to connect to Hedera Testnet over RPC. There are more options available to establish a connection to Hedera Networks:
- Hashio
- Validation Cloud
- Hedera JSON RPC Relay
- QuickNode
Follow the guide how to connect to Hedera Networks over RPC to learn how to connect.
- Clone the repo
npm i
to install dependenciesnpm run dev
npm run build
Apache 2.0