Add Llamalend v2 developer documentation#122
Open
mo-anon wants to merge 2 commits into
Open
Conversation
New docs section covering the core lending infrastructure contracts for Llamalend v2: LendFactory, Vault, LendController, LendControllerView, and AMM (LLAMMA). Includes an overview page with architecture diagram, new features, security improvements, and Vyper module system explanation. Source code blocks and example blocks are left empty as the contracts are still being finalized (audit fixes ongoing). Also enables Mermaid diagram rendering site-wide. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
markdown.mermaid: truein docusaurus config)Status: Work in Progress
This PR is not final. The contracts are still being finalized as audit findings are being addressed. Specifically:
<SourceCode>) are intentionally left empty — they will be filled once the contract code is finalized and deployed<Example>) are also empty — will be added with live<ContractCall>components once deployment addresses are availableOnce the code is finalized and deployed, a follow-up pass will fill in all source code, examples, ABIs, and deployment info.
Test plan
yarn buildpasses with no new errors🤖 Generated with Claude Code