The Wallet Checker Tool is a simple web application designed to verify if an Ethereum wallet address is listed in a predefined Google Sheet. This tool checks for eligibility in different phases of a project based on the wallet's presence in specific columns of the sheet. It helps in managing early access phases like OG and FCFS for crypto projects.
- Checks wallet addresses against a Google Sheet.
- Categorizes eligibility into OG Phase and FCFS Phase.
- Provides clear, user-friendly feedback on eligibility status.
- A Google Cloud account with access to Google Sheets API.
- An API key configured for Google Sheets API.
- Clone this repository:
git clone https://github.com/Phuckyucrypto/Wallet-Checker.git cd Wallet-Checker
- Update the
index.html
file with your specificSHEET_ID
andAPI_KEY
in the API URL.
- Ensure that your Google Sheet is formatted correctly and shared publicly or accessible via your API key.
- Format the Google Sheet with two columns: Column A for OG Phase and Column B for FCFS Phase, starting from the second row.
Open the index.html
file in a browser to start using the tool. Input an Ethereum wallet address and press the "Check Wallet" button. The tool will display the eligibility status based on the data in the Google Sheet.
Contributions to the Wallet Checker Tool are welcome! Here are some ways you can contribute:
- Reporting bugs
- Suggesting enhancements
- Adding features
- Improving documentation
To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is open source and available under the MIT License.
If you have any questions or want to reach out for collaboration, please contact me at [phuckyucrypto@gmail.com].
- Thanks to everyone who has contributed to making this tool better!