Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC20-Skilltoken


SkillToken (ERC-20)

A custom ERC-20 token with:

  • 🔒 OnlyOwner mint
  • 🔥 User burn
  • 🛡️ Reentrancy protection
  • 🌐 React + Ethers.js frontend

Deploy

npx hardhat run scripts/deploy.js --network localhost

Test

npx hardhat test

Frontend

cd frontend && npm install && npm start

Replace CONTRACT_ADDRESS in App.js with the deployed address.

Security

  • onlyOwner on mint
  • nonReentrant on burn

Stack

  • Hardhat
  • Solidity + OpenZeppelin
  • React + Ethers.js

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages