Use this template as a starting point for your app and save the time of writing all the boilerplate code. It uses Quasar & Vue and has an implementation of etherJS. You can test it with the Login button and get inspiration using the examples in the side menu like our Wallet Page (query balances, send transfers) & NFT Gallery (query metadata).
This template requires NodeJS 14+ and NPM installed
npm install -g @vue/cli
npm install -g @quasar/cli- Click the "use this template" button in this repository and copy the URL you are redirected to once the generation is finished.
- Install the repository on your machine with
git clone [PREVIOUSLY COPIED URL](GIT required) or download the code and install it manually - Enter the directory of the project
cd evm-ui-template
npm installmv .env.sample .envquasar devnpm run lintnpm run formatquasar buildSee Configuring quasar.config.js.
See the documentation
