Skip to content

Dornagol/RunedDwarf

Repository files navigation

Design sans titre (4) (1)

RunedDwarf Token

A simple ERC-20 token with pause and mint functionality built on Ethereum. Overview RunedDwarf (RDW) is an ERC-20 token with:

Initial supply: 1,000,000 RDW

  • Pausable transfers for security
  • Minting capabilities
  • Permit functionality for gasless approvals

Smart Contract

The token is deployed on Sepolia testnet: [Contract Address] Main Features

  • pause(): Freeze all token transfers (owner only)
  • unpause(): Resume token transfers (owner only)
  • mint(address to, uint256 amount): Create new tokens (owner only)

Standard Functions

  • Transfer tokens between addresses
  • Check token balances
  • Approve and transferFrom operations

Built With

  • Solidity
  • Javascript
  • Hardhat

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published