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

Make the CLI for storing programs upload metadata to the program-metadata-web-service #69

Open
ameba23 opened this issue Apr 18, 2024 · 0 comments

Comments

@ameba23
Copy link
Contributor

ameba23 commented Apr 18, 2024

The CLI which stores programs on chain could have an option to specify whether the program is intended to be publicly available, and if it is, then make an HTTP request to the program-metadata-web-service, which pulls the name and description etc, from Cargo.toml and makes that data available through a json http api.

The testnet status page uses this service to display names in the list of programs. And potentially the SDK could use it to make a 'program picker' for users.

However, the program-metadata-web-service is not yet deployed. And it requires you to build the program with docker in order that it can verify that the source code matches the on-chain binary.

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

1 participant