https://github.com/0xscratch/dapp-world
https://github.com/0xscratch/dapp-world
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xscratch/dapp-world
- Owner: 0xScratch
- Created: 2024-01-21T17:37:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T16:55:11.000Z (over 2 years ago)
- Last Synced: 2025-05-27T01:09:54.656Z (about 1 year ago)
- Language: Solidity
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dapp-World
This repository contains solutions for various contests related to [Dapp-World](https://dapp-world.com).
## [Contests](Contests)
This directory contains some contests conducted by Dapp-World. If you seek participating in one, do [check it out](https://dapp-world.com/contests)
### Questions
Questions are listed in readme files in each contest directory.
### Solutions
Solutions are usually of two types:
- One that is focused on solving the problem in a traditional way, and doesn't use any inline assembly. These type of solutions are average in terms of gas consumption. Usually, the authors of these solutions are placed 2nd or 3rd in the contest.
- These are termed as the best solutions and eventually focused on gas optimizations. These solutions are usually written in inline assembly and do include a little complexity. Written by authors who placed 1st in the contest.
## Contributing
Contributions are always welcome!