Skip to content

Commit 146d865

Browse files
Add introduction to transformations and artifacts page
1 parent fc5b632 commit 146d865

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/3. Transformations and Artifacts.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Transformations and Artifacts
33
id: transformations-artifacts
44
---
55

6+
Transformations and artifacts are outputs of smart‑contract compilation and verification. Compilation artifacts include interface objects such as the ABI and detailed compiler data like the storage layout. Transformations come from verification; applying them to compiled bytecode yields the onchain bytecode. The next section explains and defines the structure of transformations and artifacts.
7+
68
import EmbedReadmeTransformations from "./EmbedReadmeTransformations";
79

810
<EmbedReadmeTransformations />

0 commit comments

Comments
 (0)