-
Make sure the ganache-cli or Ganache is installed
-
The ganache server port should be 8454
-
Get the ganache server up and running
-
Compile and deploy the smart contracts, see README
-
Get the deployed contract address, and update it to LN 5 of the config file
-
Get the first accounts private key and run below command to set PRIVATE_KEY variable
export PRIVATE_KEY="YOUR PRIVATE KEY"
-
Run the data provider following up with README
-
Run the UI following up with README
-
Write more units
-
Add href to transaction column to make the transactions clickable, and the users can go to the explorer to see more transaction details
-
Pagination