Fluidly is a multi-chain platform that allows users to convert NFTs into ERC20 tokens and back again. The platform operates across multiple blockchains including Polygon, Base, Blast, Optimism, and Arbitrum.
- NFT Liquidification: Convert NFTs to ERC20 tokens seamlessly
- Reverse Conversion: Convert tokens back to NFTs
- Multi-chain Support: Works on Polygon, Base, Blast, Optimism, and Arbitrum
- Collection Creation: Create your own NFT collections
- Mobile-friendly Interface: Fully responsive design with mobile support
- Node.js (version 18 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/ashwwwin/fluidly-website.git cd fluidly-website -
Install dependencies:
npm install # or yarn -
Run the development server:
npm run dev # or yarn dev -
Open http://localhost:3000 with your browser to see the application.
- Frontend: React.js with Next.js framework (App Router)
- Styling: TailwindCSS for responsive design
- Web3 Integration: RainbowKit, wagmi, and ethers.js
- State Management: Zustand
- Database: MongoDB for backend data storage
- Explore Page: Browse available NFT collections
- Create Page: Create new NFT collections or tokens
- Rarity Page: Check rarity scores for NFTs
- FAQ Page: Comprehensive guides and information
- Manage Page: Manage your created collections
- NFT to Token: Convert NFTs to ERC20 tokens
- Token to NFT: Convert tokens back to NFTs
- Collection Creator: Tools for creating new ERC20/ERC(721 or 1155) pairs
/src/app: Next.js App Router pages and API routes/src/components: Reusable React components/src/libs: Utility functions and libraries/public: Static assets like images and icons/store: Zustand state management
npm run build
# or
yarn buildnpm run start
# or
yarn startPlease create a .env file in the root of the project and add the following:
MONGO_URL=mongodb
ALCHEMY_KEY=
SIMPLEHASH_KEY=Fluidly is now deprecated and no longer maintained. Feel free to fork the repository and make your own changes.
This project is licensed under the MIT License - see the LICENSE file for details.