Web3 with Nuxt, Moralis and TailwindCSS
A simple Web3 app allowing a user to authenticate with their wallet, show their ETH balance and see if they are an owner of an NFT on your project by contract address.
Build Setup
Duplicate the .env.example
and add your MORALIS_SERVER_URL
& MORALIS_APP_ID
from the moralis dashboard. Add your contract address to the .env
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
Moralis
For detailed explanation on how things work, check out the documentation.
Nuxt
For detailed explanation on how things work, check out the documentation.