Skip to content

Commit 828f8e6

Browse files
authored
Update compilation to mention named addresses (#568)
Resolves #561
1 parent 875bb59 commit 828f8e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/nextra/pages/en/build/smart-contracts/compiling.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ If run successfully, you should receive a Terminal output like so
2929
}
3030
```
3131

32+
<Callout>
33+
You may need to add named addresses, especially for examples. For example, with the Hello Blockchain Move example, you will need to add the `hello_blockchain` named address:
34+
35+
```bash filename="Terminal"
36+
aptos move compile --named-addresses hello_blockchain=default
37+
```
38+
</Callout>
39+
3240
## Unpacking Build
3341

3442
Compiled Move packages contain a folder structure that resembles the one below.

0 commit comments

Comments
 (0)