Skip to content

shakirmengrani/nuxt3-web3-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 NFT Basic Example

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

# run development server
npm run dev
# IPFS
docker run -d --name=ipfs -p5001:5001 ipfs/kubo

# Start Remix IDE 
yarn remixd -s ./contracts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published