Note: This project is deprecated and no longer maintained. We are working on an updated and newer version in another repository. Stay tuned for more updates.
In this project, we created a web 3.0 application with the help of Tailwind CSS, Next.js, Sanity.io etc. Our ultimate goal was to set up a blockchain-based marketplace where individuals could mint their own NFTs and grow their unique personalized NFT collections. As a result, they were able to trade and acquire their own NFTs simply within the interface. We also implemented Metamask authentication for the secure service. While working on the front end, users also made updates to the stored data in the collections on blockchain and NFTs. We aspired to create this web 3.0 app on the Ethereum blockchain and then release it to the public.
- Mint your own NFTs with custom metadata and images
- Browse and filter NFT collections by categories, prices, popularity and more
- Buy and sell NFTs using Ethereum cryptocurrency
- Manage your NFT portfolio and track your transactions
- Connect your Metamask wallet for secure and easy access
To run this project locally, you need to have Node.js and npm installed on your machine. You also need to have Metamask extension installed on your browser and an Ethereum account with some ETH balance.
- Clone this repository:
git clone https://github.com/amit-katyal/metawrx.git
- Navigate to the project directory:
cd metawrx
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details.