Prerequisites
This writeup assumes reader has basic computer science understanding as well as some familiarity with common blockchain topics.
All of the scripts used for solving these challenges will be written in Typescript and will use the Sui Typescript SDK. Some of the solutions also requires some Move modules to be written, which will be compiled and deployed via the Sui CLI.
Source code
Challenge source code: the source code for the challenges' modules will be provided in each individual challenge's page.
Solution source code: github link
Last updated