Skip to content

Commit

Permalink
add more clarity of having unique program id
Browse files Browse the repository at this point in the history
  • Loading branch information
zklimaleo committed Oct 16, 2024
1 parent 229a1f0 commit a982b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/guides/introduction/00_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ APPNAME=helloworld_$RANDOM
```

:::note
The reason of having a random application name is because Aleo network stores each program with its unique Program ID in program registry.
The reason for using a random application name is that the Aleo network identifies each program with its unique Program ID, and no two programs can have the same ID in the program registry. By generating a random name, we ensure that our application's Program ID will be unique when deployed.
:::

* Create a new test Leo application
Expand Down

0 comments on commit a982b05

Please sign in to comment.