Skip to content

Dev-In-Crypt/SOLIDITY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity Contracts

Clean, focused smart contracts demonstrating essential Solidity concepts and real-world patterns.

Core Features Demonstrated

Math & Utilities

  • Arithmetic operations with input validation
  • String manipulation (length, concatenation)
  • Dynamic arrays and mapping data structures

Security & Access Control

  • Multi-role ownership (owner/admin)
  • Function modifiers (onlyOwner, onlyAdmin)
  • Reentrancy protection

Application Logic

  • User registration with structs/mappings
  • Banking: deposit/withdraw/transfer with events
  • Governance voting system
  • NFT factory with minting and ownership tracking

Tech

  • Solidity ^0.8.24
  • Remix IDE
  • Sepolia testnet

Ready for Remix deployment and frontend integration.

About

Collection of Solidity smart contracts implementing core blockchain patterns: math utilities, data structures, access control, banking logic, voting systems and NFT factories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors