HashDemo is a demonstration application built for Hedera Network. It's designed and created to demonstrate the capabilities and services offered by the network. The services include Hedera Token Service, Hedera Consensus Service, Hedera File Service, and Hedera Smart Contract Service. HashDemo also demonstrates how applications can utilize the MirrorNode api and hashscan.io built by Swirds Labs to gather transaction history and state from Hedera Network.
node
git clone [email protected]:pathornteng/hash-demo.git
cd hash-demo
npm install
npm start
npm run build