There are a few steps before you can start using the application that you need to follow to be able to interact and use the application.
- Make sure that Metamask is installed in your browser
- Register for a testnet wallet on Hedera Portal
- Add "Hedera Testnet" to Metamask via Chainlist
- Import the private key from your testnet account in Metamask
What things you need to install the software and how to install them.
Follow these steps to get a development environment running:
# Clone the repository
git clone https://github.com/endrohq/hashgraph.git
# Navigate into the directory
cd repository
# Install dependencies
npm install
# Start the server
npm start