Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.42 KB

File metadata and controls

49 lines (29 loc) · 1.42 KB

30 Days of Solidity — Community Submissions

Welcome to the official submissions repo for 30 Days of Solidity!

Every day in April, we're building one smart contract at a time — together.

This repo is where you can submit your code for each day's challenge and become part of the community wall of builders.

Whether you’re just getting started or already vibing with Solidity, this is your space to learn, share, and grow. Let’s go!


How This Repo Works

Inside the submissions folder, everyone can create their own folder named after their GitHub username, and drop their code in there.

Example:

 submissions/
    ├── dev-sethu/
    │   └── MyToken.sol
    └── alice-dev/
        └── MyToken.sol

How to Submit Your Code

  1. Fork this repo

  2. Navigate to the submissions folder

  3. Inside the submissions folder, create a new folder with your GitHub username

  4. Drop your .sol contract file(s) inside your folder

  5. Commit and push the changes to your fork

  6. Open a Pull Request to this repo with the title:

    Day05 - Submission by @your-github-username

Boom. You’re done.


Need Help?

  • Check the SUBMISSION_GUIDELINES.md for detailed steps
  • Having issues with GitHub? Reach out on our Discord or Telegram — someone will help you out
  • Missed a day? Don’t worry — just jump in whenever you can