Welcome to the Chimera Marketplace, where you can explore and trade NFTs securely using Ethereum blockchain technology.
The Chimera Marketplace is a web application built with React.js and integrates with Ethereum using ethers.js. It fetches NFT data from a smart contract deployed on the blockchain and displays it in a visually appealing carousel using Swiper.
- View listed NFTs with detailed metadata.
- Connect your Metamask wallet to interact with the marketplace.
- Responsive design for desktop.
To run the Chimera Marketplace locally, follow these steps:
-
Clone the repository:
git clone https://github.com/anstormx/chimera.git cd chimera
-
Install dependencies:
npm install
-
Start the development server:
npm run start
-
Open your browser and go to
http://localhost:3000
to view the application.
- Connect your Metamask wallet to interact with listed NFTs.
- Browse through the carousel to view different NFTs available for trade.
- Click on an NFT tile to view detailed information.
- React.js
- ethers.js
- Axios
- Swiper.js
- React Toastify
Contributions are welcome! Feel free to submit issues and pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.