Skip to content

Files

Latest commit

author
Taehwa Kim
Jan 15, 2024
ebb104f · Jan 15, 2024

History

History
38 lines (30 loc) · 833 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 833 Bytes

Good influencer

What is it?

Have you ever felt that a simple "thank you" isn't enough for a colleague who consistently supports you at work? I've created an app where influencers can receive Ether donations and a trophy (ERC20 token) permanently recorded on the Blockchain as proof of their impactful contributions to the project.

Demo

Link (A wallet is required to connect)

Tech stack

  • Solidity (+yul)
  • Upgradeable contracts
  • Hardhat
  • Slither
  • Unit & integration tests
  • Typescript
  • Frontend (NextJs)
  • Backend (Express & MongoDB)
  • Deploy to the testnet (Sepolia)
  • Vercel (Frontend & Backend)

Screenshot

Tests

npx hardhat test

Run & deploy app

npx hardhat node
npx hardhat run scripts/deploy.ts