rahulkarda / xrpl_project

A tool that validates NFT decks against predefined rules.

Home Page:https://nft-deck-validator.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Deck Validator

Overview

NFT Deck Validator is a tool designed to ensure compliance with predefined rules for Non-Fungible Token (NFT) decks. It validates the composition of NFT decks against specified limits and rules, ensuring they meet criteria such as maximum and minimum card counts, as well as restrictions on the number of cards of each type.

Features

  • Validates NFT decks against predefined rules.
  • Checks for compliance with maximum and minimum card counts.
  • Ensures the maximum allowed number of cards of each type is not exceeded.
  • Provides clear feedback on the validation results.

Tech Stack

  • Frontend: HTML, CSS, JavaScript, Bootstrap (for styling)
  • Backend: WebSocket (for connecting to the XRP ledger & fetching NFT details from XRP blockchain)

Installation

  1. Clone the repository:
git clone <repository-url>
cd nft-deck-validator
  1. Run the application
Run the index.html file
  1. Access the application in your web browser at http://127.0.0.1:5500/

Usage

  1. Input the XRP address containing the NFT deck you want to validate.
  2. View the validation results, including whether the deck meets the established rules.
  3. Take necessary actions based on the validation outcome.

Project Progress Checklist

To track the progress of your project, use the following checklist:

  • Define project requirements and objectives.
  • Design user interface and workflow.
  • Implement functionality for NFT deck validation.
  • Develop frontend components for user interaction.
  • Test the application thoroughly for accuracy and usability.
  • Deploy the application to a web server for public access.
  • Implement additonal advanced features

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A tool that validates NFT decks against predefined rules.

https://nft-deck-validator.netlify.app/


Languages

Language:JavaScript 95.3%Language:HTML 4.7%