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!
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
-
Fork this repo
-
Navigate to the
submissions
folder -
Inside the
submissions
folder, create a new folder with your GitHub username -
Drop your
.sol
contract file(s) inside your folder -
Commit and push the changes to your fork
-
Open a Pull Request to this repo with the title:
Day05 - Submission by @your-github-username
Boom. You’re done.
- 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