We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f3e7b commit fd90921Copy full SHA for fd90921
1 file changed
content/contracts-sui/index.mdx
@@ -12,6 +12,9 @@ import { latestStable } from "./latest-versions.js";
12
<Card href={`/contracts-sui/${latestStable}`} title={`Overview (${latestStable})`}>
13
Install packages, set up a Move project, and run a first end-to-end integration.
14
</Card>
15
+ <Card href={`/contracts-sui/${latestStable}/learn`} title="Learn">
16
+ In-depth walkthroughs covering safe arithmetic, rounding, overflow handling, and ownership transfer policies.
17
+ </Card>
18
</Cards>
19
20
## Packages
0 commit comments