Skip to content

feat(lez-framework): add LEZ framework page#72

Open
vpavlin wants to merge 1 commit into
v4from
vpavlin/lez-framework
Open

feat(lez-framework): add LEZ framework page#72
vpavlin wants to merge 1 commit into
v4from
vpavlin/lez-framework

Conversation

@vpavlin
Copy link
Copy Markdown
Contributor

@vpavlin vpavlin commented Feb 26, 2026

No description provided.

@jimmy-claw
Copy link
Copy Markdown

Small update: the "PDA computation helpers" bullet under Client Code Generation is now fully accurate following lez-framework#40 (just merged).

now generates functions for every account with IDL annotations:

  • Single seed → direct pass-through (no SHA-256)
  • Multi-seed → SHA-256(seed1 ‖ seed2 ‖ ...) — matches behaviour

This eliminates the need for hand-written PDA helpers in downstream crates (being cleaned up in now). The bullet could be made more explicit:

PDA computation helpers — generates functions for every account with annotations. Single-seed: direct pass-through. Multi-seed: SHA-256(seed1 ‖ seed2 ‖ ...). Eliminates hand-written PDA helpers in downstream crates.


A developer framework for building applications on the Logos Execution Zone (LEZ) — the Logos smart contract layer powered by Nescience's zkVM. Inspired by [Anchor](https://www.anchor-lang.com/) for Solana: write your program logic with proc macros and get IDL generation, a CLI, and project scaffolding for free.

PoC: https://github.com/jimmy-claw/lez-framework
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PoC: https://github.com/jimmy-claw/lez-framework
PoC: https://github.com/logos-co/lez-framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants