https://github.com/lssandes/nft-marketplace
CryptoKet is made using the immense power of Solidity and Next.js. This project combines futuristic elements of Web3 blockchain development and the popular culture wave of non-fungible tokens (NFT).
https://github.com/lssandes/nft-marketplace
deployment erc-1155 erc-721 hardhat marketplace nextjs nft smart-contracts solidity testing testnet-blockchain
Last synced: about 1 month ago
JSON representation
CryptoKet is made using the immense power of Solidity and Next.js. This project combines futuristic elements of Web3 blockchain development and the popular culture wave of non-fungible tokens (NFT).
- Host: GitHub
- URL: https://github.com/lssandes/nft-marketplace
- Owner: LSSandes
- Created: 2023-12-07T14:29:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T09:26:23.000Z (4 months ago)
- Last Synced: 2025-03-27T16:55:52.390Z (about 2 months ago)
- Topics: deployment, erc-1155, erc-721, hardhat, marketplace, nextjs, nft, smart-contracts, solidity, testing, testnet-blockchain
- Language: JavaScript
- Homepage:
- Size: 11.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoKet - NFT MarketPlace

CryptoKet is made using the immense power of Solidity and Next.js. This project combines futuristic elements of Web3 blockchain development and the popular culture wave of non-fungible tokens (NFT).
This application includes creation, buying, selling and reselling of NFTs and user authentication through metamask wallet. Its theme can be switched to both dark and light mode.
Context api is used for state management and tailwind css is used for styling the application. Solidity is used to write smart contract and hardhat is used to test the smart contract.