A web3 dapp project about nft casting, trading, and staking.Front use: Nextjs,Wagmi,rainbowkit,Next-ui.
🏠 Homepage
Make sure you have npx installed. (npx is shipped by default since npm 5.2.0)
You may need to configure some variables on your .env.local
,for example contract address.
npm install
npm run start
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
👤 valen zhou
- Website: zhouwenlong.com.cn
- Github: @valenzhou
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator