## Summary Refactor app.js files to use modern syntax - `const`/`let` vs. `var` & `async`/`await`. ## Motivation - Demonstrate the Ethereum stack is up to date with latest development approaches - Reduce boilerplate of callbacks so users can focus on the web3 logic ## Describe alternatives you've considered - #243 would also replace the existing app.js code of templates ## Additional context