Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 891 Bytes

Readme.md

File metadata and controls

37 lines (29 loc) · 891 Bytes

📣 You can see it live here: http://metaversepage.io/

💡 Project idea

The main idea is to allow any user to create an online business card directly on the Blockchain. Each user can add their Social Links and add their contacts by adding the walllet address for each contact

Prerequisites

NodeJS installed globally Must be connected on Ropsten network and some ETH in your wallet

Client

The project was build with React + Vite To run it locally

npm install
npm run dev

Smart Contract Project

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
npx hardhat run scripts/deploy.js --network ropsten

🚨 This project is PRIVATE and will be used only to showcase the experties of the repository owner