Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store IDL on-chain at deterministic address #56

Open
brewmaster012 opened this issue Oct 15, 2024 · 1 comment
Open

Store IDL on-chain at deterministic address #56

brewmaster012 opened this issue Oct 15, 2024 · 1 comment

Comments

@brewmaster012
Copy link
Contributor

brewmaster012 commented Oct 15, 2024

https://www.anchor-lang.com/docs/cli#idl

Anchor framework has an notion of storing IDL file onchain on a determinstic address so that
anyone can fetch the IDL of an on-chain program using its program ID.

This enhances interactions for clients to interact with the solana program, a limited version of
Etherscan's verified contract and its ABI storage. The difference is that the IDL is stored onchain.

@lumtis
Copy link
Member

lumtis commented Oct 16, 2024

@brewmaster012 can we please provide a description to the issue?

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

No branches or pull requests

2 participants