Skip to content

feat: Add Safucard Project to Example-Hub #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Domistro16
Copy link

@Domistro16 Domistro16 commented Jul 6, 2025

Description

I submitted a new Typescript project called Safucard. More Details About the project are found in the project directory

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How I Tested

Backend (SafuServer)

  • Ran the Express server locally using npm run dev
  • Confirmed API endpoint ( /api/address/:address) returned valid responses
  • Used Postman and curl to test edge cases and invalid addresses
  • Verified CORS setup for frontend integration

Smart Contract (Scorecard.sol)

  • Deployed the contract to BSC testnet using hardhat
  • Verified correct ownership on BSC testnet explorer

💻 Frontend (React + Vite)

  • Connected wallet using RainbowKit and wagmi
  • Tested full flow:
    • Input wallet address
    • Clicked “Search” and saw loading states work properly
    • Verified accurate data rendering for score, tier, and NFTs
  • Used the “Download” and “Fullscreen” buttons and confirmed expected behavior
  • Mobile responsiveness tested on iOS Safari and Android Chrome

🧪 Extra

  • Manually tested with different wallets: empty wallets, high-value wallets, invalid addresses
  • Ensured UI feedback and error handling were

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant