Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minaminao committed Oct 30, 2023
1 parent 9ea6dff commit 55f597c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Note:
| [Paradigm CTF 2022: SOURCECODE](src/ParadigmCTF2022/) | quine |
| [Numen Cyber CTF 2023: LittleMoney](src/NumenCTF/) | function pointer |
| [Numen Cyber CTF 2023: ASSLOT](src/NumenCTF/) | `staticcall` that return different values |
| [Paradigm CTF 2023: Black Sheep](src/ParadigmCTF2023/) | Huff |

### Misuse of `tx.origin`
- `tx.origin` refers to the address of the transaction publisher and should not be used as the address of the contract caller `msg.sender`.
Expand All @@ -134,6 +135,7 @@ Note:
| [Capture The Ether: Predict the future](src/CaptureTheEther/) | |
| [Ethernaut: 3. Coin Flip](src/Ethernaut/) | |
| [DownUnderCTF 2022: Crypto Casino](src/DownUnderCTF2022/) | |
| [Paradigm CTF 2023: SkillBasedGame](src/ParadigmCTF2023/) | |

### ERC-20 basics
- These challenges can be solved with an understanding of the [ERC-20 token standard](https://eips.ethereum.org/EIPS/eip-20).
Expand Down
20 changes: 20 additions & 0 deletions src/ParadigmCTF2023/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Paradigm CTF 2023 (WIP)

Paradigm CTF: https://twitter.com/paradigm_ctf

(Last year: [Paradigm CTF 2022](https://github.com/minaminao/ctf-blockchain/tree/main/src/ParadigmCTF2022))

## Jeopardy

### Grains of Sand

[Solver Code](GrainsOfSand)

### Skill Based Game

[Solver Code](SkillBasedGame)

### Black Sheep

[Solver Code](BlackSheep)

0 comments on commit 55f597c

Please sign in to comment.