roybarber / nuxt-moralis-tailwind

Web3 using Nuxt, Moralis & TailwindCSS. Display a users balance, NFT Count and check if they own an NFT in your project.

Home Page:https://jovial-roentgen-7c8baa.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

View the demo.

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.

About

Web3 using Nuxt, Moralis & TailwindCSS. Display a users balance, NFT Count and check if they own an NFT in your project.

https://jovial-roentgen-7c8baa.netlify.app


Languages

Language:Vue 79.8%Language:JavaScript 17.7%Language:CSS 1.5%Language:Shell 1.0%