Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@meta-market-nft/mint-ui
Advanced tools
React component and the design system package for meta market application
Meta Market is a NFT marketplace built using a monorepo architecture, leveraging React and microfrontend design principles. The application is divided into five independent React applications, each serving a distinct function within the ecosystem, along with shared design system and icons packages. This microfrontend architecture ensures modularity, scalability, and independent deployment, while the monorepo setup allows for seamless code sharing and consistency across all projects.
The project consists of the following microfrontends and packages:
Microfrontends
Container (Host Application)
Acts as the entry point for the entire system. Responsible for orchestrating and rendering the other microfrontend applications. Utilizes BrowserRouter for managing global routing. Ensures decoupling by loading microfrontends using dynamic imports.
Auth (Authentication Application)
Handles user signup, login, and authentication flow. Manages secure user sessions and access tokens. Provides OAuth integrations for third-party logins (e.g., Google, GitHub). Uses MemoryRouter for isolated routing within the microfrontend.
Landing (Marketing Application)
Focuses on the home page and marketing content. Includes features such as introductory sections, calls to action, and promotional material. Aims to attract new users with information on the platformโs features and benefits.
Market (NFT Marketplace Application)
Core application for browsing NFTs, collections, and artist rankings. Supports advanced filtering, sorting, and searching of NFTs. Displays trending collections and top-ranked artists. Integrates with a blockchain backend for fetching NFT data and listings.
Profiles (User Profiles Application)
Dedicated to artist profiles and individual NFT details. Showcases artist information, social links, and their collections. Provides detailed pages for each NFT, including descriptions, ownership history, and purchase options.
Packages
mint-ui (Design system and UI library)
A React component library for the design system and UI components. Ensures a consistent look and feel across all microfrontends. Built with Tailwind CSS and React to provide reusable components.
mint-icons (Icons library)
A library providing a set of SVG icons for use across all applications. Designed to integrate seamlessly with the mint-ui components.
Link to deployed project.
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:adel-gu/meta-market.git
Install this project with:
Example command:
cd meta-market
npm install --legacy-peer-deps
To run the project, execute the following command:
Example command:
npx nx serve container
npx nx serve auth
To run tests, run the following command:
npx nx run mint-ui:test
This project is MIT licensed.
FAQs
React component and the design system package for meta market application
We found that @meta-market-nft/mint-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.