Skip to content

maymuneth/solidity-ilk-adimlar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

πŸ”¨ solidity-ilk-adimlar (solidity-first-steps)

My first Solidity smart contract experiments β€” written, broken, fixed, and learned from.


🎯 Purpose

This is where I write my very first smart contracts. Nothing is perfect here β€” this is a learning sandbox. Every contract represents a step forward in my Web3 developer journey.


⚠️ Disclaimer

All contracts in this repo are for learning purposes only. They are deployed on testnets (never mainnet). Do NOT use these in production.


πŸ“‚ Folder Structure

solidity-ilk-adimlar/
β”‚
β”œβ”€β”€ 01-basics/
β”‚   β”œβ”€β”€ HelloWorld.sol
β”‚   β”œβ”€β”€ SimpleStorage.sol
β”‚   └── Counter.sol
β”‚
β”œβ”€β”€ 02-tokens/
β”‚   β”œβ”€β”€ MyFirstToken.sol
β”‚   └── SimpleERC20.sol
β”‚
β”œβ”€β”€ 03-mini-projects/
β”‚   └── (coming soon...)
β”‚
└── notes/
    └── lessons-learned.md

πŸ“ Contracts

βœ… Completed

Contract Description Network
HelloWorld.sol My very first Solidity contract Sepolia Testnet
SimpleStorage.sol Store and retrieve a number Sepolia Testnet
Counter.sol Increment / decrement counter Sepolia Testnet

πŸ”„ In Progress

Contract Description
MyFirstToken.sol Basic ERC-20 token

πŸ“‹ Planned

  • Simple Voting contract
  • Basic NFT (ERC-721)
  • Simple multisig wallet

πŸ› οΈ Tools Used

Solidity Remix IDE Hardhat Sepolia


πŸš€ How to Use

# Clone the repo
git clone https://github.com/maymuneth/solidity-ilk-adimlar.git

# Open any .sol file in Remix IDE
# https://remix.ethereum.org

# Connect MetaMask to Sepolia testnet
# Compile & deploy!

πŸ“š Learning Resources I Used


"First, solve the problem. Then, write the code." β€” John Johnson

Status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors