Skip to content

valenzhou/nft-market

Repository files navigation

Welcome to nft-market 👋

Version License: MIT

A web3 dapp project about nft casting, trading, and staking.Front use: Nextjs,Wagmi,rainbowkit,Next-ui.

🚀 Usage

Make sure you have npx installed. (npx is shipped by default since npm 5.2.0)

Front-end

You may need to configure some variables on your .env.local,for example contract address.

npm install
npm run start

Contract Deploy

cd my_contract
npm install
npx hardhat compile
# network support Sepolia and BSC Test Net 
npx hardhat ignition deploy ./igniton/modules/MarketStake.ts --network sepolia
# You may need to configure some variables on your hardhat,for example WalletPrivateKey
npx hardhat vars set SEPOLIA_ACCOUNT1_KEY

Author

👤 valen zhou

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator