Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 603 Bytes

SuiMoveCTF

This is a writeup that provides solutions and explanations for each challenge in the Sui MoveCTF hosted by MoveBit. There is an accompanying gitbook that holds the writeup.

Environment setup

  1. Run yarn
  2. Use .env.example to setup .env with Sui account recovery phrase
  3. Read writeup
  4. Run solutions
    • Challenge1: yarn run challenge1
    • Challenge2: yarn run challenge2
    • Challenge3: yarn run challenge3
    • Challenge4: yarn run challenge4