Skip to content

Commit

Permalink
Update compilation to mention named addresses
Browse files Browse the repository at this point in the history
Resolves #561
  • Loading branch information
gregnazario authored Aug 27, 2024
1 parent 4be4094 commit bd805ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/nextra/pages/en/build/smart-contracts/compiling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ If run successfully, you should receive a Terminal output like so
}
```

<Callout>
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:

```bash filename="Terminal"
aptos move compile --named-addresses hello_blockchain=default
```
</Callout>

## Unpacking Build

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

0 comments on commit bd805ab

Please sign in to comment.