docs: update lsp-factory.js — remove deprecated, polish for v4#1365
Merged
frozeman merged 4 commits intolukso-network:mainfrom Apr 17, 2026
Merged
docs: update lsp-factory.js — remove deprecated, polish for v4#1365frozeman merged 4 commits intolukso-network:mainfrom
frozeman merged 4 commits intolukso-network:mainfrom
Conversation
- Remove '(deprecated)' label and uncollapse category sidebar - Add Node.js 22+ and TypeScript 5.9+ requirements note - Split install: erc725.js is now optional (only for LSP3 encoding) - Add Version History section noting v4 rewrite (ethers.js → viem, LSP23 atomic deployment) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Lead with what the library does and why, not just what it deploys - Move Quick Start (install → deploy in one flow) to the top - Restructure sections by user intent: UP options, tokens, events - Replace jargon with plain explanations (e.g., 'smart accounts' not just 'LSP0') - Move Supported Networks to the bottom (reference, not intro) - Add token ID format table for LSP8 - Remove Version History section (not user-facing) - Keep all code examples accurate to v4 API
094142d to
8ebca35
Compare
frozeman
approved these changes
Apr 17, 2026
a27b74b to
7c7686d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
lsp-factory.jsdocumentation to reflect its active, maintained status after the v4 refactor.Changes
_category_.yml(deprecated)from the sidebar labelcollapsed: falseso it's visible by defaultgetting-started.md@lukso/lsp-factory.jsis the only required package;@erc725/erc725.jsis now shown as optional (only needed for encoding LSP3 metadata or custom permissions)What's NOT changed (already correct)
tokenTypevalues matchLSP4_TOKEN_TYPESenumkeccak256(bytes)verification method is correctContext
The library was fully refactored: