Issue: Develop Token Screening Page for Analyzing Compliance with Unruggable Memecoin Standards
Description
The aim of this issue is to create a 'Screen Page' feature on our platform. This page will allow users to input a token's address and analyze whether the token complies with the Unruggable Memecoin standards. The analysis will include checks for liquidity lock duration and other essential sanity checks.
Requirements
User Interface
Input Field: A simple form where users can enter the address of a token.
Submit Button: To initiate the screening process after entering the token address.
Functionality
Standard Compliance Check: Determine if the token adheres to the Unruggable Memecoin standards.
Liquidity Lock Duration: Display the duration for which the token's liquidity is locked.
Sanity Checks: Conduct and present various sanity checks that include:
Checking for the maximum number of holders.
Verifying maximum transaction amounts.
Ensuring there are no hidden mint functions.
Confirming the owner's permissions and limitations.
Display of Information
Clearly present the results of the analysis, indicating compliance or non-compliance with each standard and check.
Provide a summary or a detailed view of the analysis for user convenience.
Implementation Notes
Ensure the interface is user-friendly and intuitive.
The screening process should be efficient and accurate, minimizing the load time for users.
Prioritize security in the handling of token addresses and in the querying process.
Implement comprehensive error handling for invalid addresses or tokens that cannot be screened.
Issue: Develop Token Screening Page for Analyzing Compliance with Unruggable Memecoin Standards
Description
The aim of this issue is to create a 'Screen Page' feature on our platform. This page will allow users to input a token's address and analyze whether the token complies with the Unruggable Memecoin standards. The analysis will include checks for liquidity lock duration and other essential sanity checks.
Requirements
User Interface
Functionality
Display of Information
Implementation Notes