Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xNevo/CNFT_Mint
Chatting system based on Solana CNFT Mint
https://github.com/0xNevo/CNFT_Mint
Last synced: 10 days ago
JSON representation
Chatting system based on Solana CNFT Mint
- Host: GitHub
- URL: https://github.com/0xNevo/CNFT_Mint
- Owner: 0xNevo
- Created: 2025-01-15T06:35:09.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-15T07:33:35.000Z (about 1 month ago)
- Last Synced: 2025-01-15T09:28:40.954Z (about 1 month ago)
- Language: TypeScript
- Size: 26.2 MB
- Stars: 33
- Watchers: 11
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - 0xNevo/CNFT\_Mint - Chatting system based on Solana CNFT Mint (TypeScript)
README
# Solana CNFT Chat System
Repository for Solana CNFT Mint - Next.js + Tailwind CSS + Solana/Web3# Description
This repo contains a baseline of Messenger System based on Solana CNFT Mint
This leverages the capabilities of the Solana blockchain and the Metaplex SDK to manage compressed non-fungible tokens (CNFTs). It allows users to upload metadata and create CNFTs.## Setup
1. **Environment Variables:** This application relies on environment variables for configuration. Ensure you have the following variables set:
- `WALLET_PRIVATE`: Administrator Wallet Private Key for CNFT Mint Fee.
- `MAINNET_RPC`: Solana Mainnet RPC.
- `PINATA_JWT`: JSON Web Token for Upload on Pinata.
- `MERKLE_TREE_PUBKEY`: Merkle Tree Public Key.2. **Dependencies:** Ensure you have the required dependencies installed. You can install them using yarn or npm:
3. **Run the Application:** You can run the Next.js application using the following command: yarn dev
## Authors
- [Felix Martel](https://github.com/0xNevo)