This advanced application involves Next JS, Solidity, and Ganache, along with deployment to an actual blockchain.
https://marketplace-next-tailwind-web3.vercel.app/
- NextJs
- Tailwind
- Solidity
- Web3
- Infura
- Metamask
- Ganache
- Truffle
- Remix
- Etherscan
- Ethers
- Sepolia Test Network
- Axios
- SWR
- React-Toastify
- Vercel
MetaMask is connected to wrong network
MetaMask is connected to correct network
Purchase in progress toast notification
Toast notification of successful and failed purchases
Admin section. Admin can activate/deactivate purchases
Example of activated and deactivated purchase
First, run the development server:
npm run dev
# or
yarn dev
npm run deploy
# or
yarn deploy
NEXT_PUBLIC_TARGET_CHAIN_ID=11155111
NEXT_PUBLIC_NETWORK_ID=11155111
{
"INFURA_PROJECT_ID": "",
"MNEMONIC": "",
}