elvismdev / cubansea

The NFT marketplace for the global Cuban artist community.
cubansea.vercel.app
0 stars 0 forks source link
dapp javascript nextjs nft nft-marketplace solidity web3

CubanSea

Local setup

To run this project locally for development, follow these steps.

  1. Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/parenthesislab/cubansea.git

cd cubansea

# install using NPM or Yarn
npm install

# or

yarn
  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm run dev

Tech Stack (Talk Nerdy To Me)

PD: Just for fun and learning purposes about Web3 development :) residente-rene