[FEAT]: Update safhandle description#9
Conversation
|
Warning Review limit reached
Next review available in: 56 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates metadata for the SafHandle app in both ChangesSafHandle App and Registry Metadata Update
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Update the existing SafHandle listing (
apps/safhandle/) so it accuratelydescribes the SafHandle web dApp. The entry previously described the SDK and sat
in
conceptstatus.name,shortDescription, anddescriptionto the app's real,code-verified features:
.safname (3–32 chars,a–z 0–9 -, one per wallet);transfer or release it (
register_name/transfer_name/release_name).addr_safro…address and reverse-lookup — free, read-only,no account or fee (
get_address/resolve_name/handles).exact on-chain fee read from contract config.
status:concept→betawith a testnetstatusNote(live on
safro-testnet-1; mainnet contract pending).url→ live app https://handle.safrochain.com.links:website(app),github(open-source SafHandle SDK), anddocs→ the SafHandle SDK on npm. (Thelinksschema has nosdkkey —additionalProperties: false— so the SDK link lives underdocs.)version(0.1.0),languages(en), app-focusedtags, and setupdatedAt.registry.json.Checklist (required)
npm ciandnpm run validatelocally — it passed before opening this PR.npm run build:registryand committed the updatedregistry.jsonin this PR.apps/<slug>/withjson/app.jsonandimg/logo.png.<slug>is 2–64 chars, lowercase letters and digits only (no spaces or hyphens), andslugin JSON matches the folder name.npm run validate)Validation output (paste if useful)
```
Validation OK.
```
Summary by CodeRabbit
New Features
Updates