Skip to content

Commit 094a0f4

Browse files
authored
Apply suggestions from code review
1 parent af42661 commit 094a0f4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

website/docs/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
When you are ready for testnet/mainnet, we recommend to deploy your contract using `stellar registry`. The registry has two namespaces:
66

7-
- **Verified registry** (default) - Requires manager approval for initial publishes
7+
- **Verified registry** (default) - Requires manager approval for initial publishes and deploys
88
- **Unverified registry** - Open for anyone to publish (use `unverified/` prefix)
99

1010
Some commands to get you started:

website/docs/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ stellar registry deploy \
7171
-- \
7272
--help
7373
74-
# Install the deployed contract locally for use with stellar-cli
74+
# Create an alias the deployed contract locally for use with stellar-cli
7575
stellar registry create-alias unverified/my-contract-instance
7676
```
7777

@@ -115,7 +115,7 @@ stellar scaffold build
115115

116116
```
117117
# Publish to unverified registry (no approval needed)
118-
stellar registry publish --wasm contract.wasm --wasm-name unverified/my-contract --binver "1.0.0"
118+
stellar registry publish --wasm contract.wasm --wasm-name unverified/my-contract
119119
120120
# Deploy a contract instance
121121
stellar registry deploy --contract-name unverified/instance --wasm-name unverified/my-contract

website/docs/registry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ All names are normalized before storage:
3131
- Names must start with an alphabetic character
3232
- Names can only contain alphanumeric characters, hyphens, or underscores
3333
- Rust keywords are not allowed as names
34+
- Names have a maximum length of 64 characters
3435

3536
## Prerequisites
3637

0 commit comments

Comments
 (0)