Overview
This simple random number generator was made to help solidify some typescript fundamentals together with web3 technologies. Enjoy!
Getting Started (frontend)
- clone the repo:
git clone https://github.com/sayf-ismail/typescriptReactDapp-RandomNumGenerator.git
-
navigate to the frontend folder
cd frontend
-
start the application
npm start
Getting Started (backend - localhost)
TBA