Skip to content

lab49/web3-hedera-react-india

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is to showcase hedera dApp in React India Conference 2022.

Scope:

  • Create new token
  • Create Smart contract
  • Connect UI with Hashpack wallet
  • Execute smart contract
  • Get user's balance

How to run server:

  1. create testnet account from hedera and get account id and pvt key
  2. Install packages:
    cd server
    npm i
  1. Update .env file with your account id and private key
  2. To compile solidity smart contract:
    npm run build
  1. To create new token and deploy smart contract on hedera test network:
    npm run start

How to run UI:

  1. Install packages:
    cd client
    npm i
  1. Update constant.js file with your contract id and token id.
  2. To start the react application:
    npm run start

About

Hedera dApp, Tokens and Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published