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

Merge versatus-wasm publish functionality into LASR wallet CLI #785

Open
mattgeddes opened this issue Feb 28, 2024 · 0 comments
Open

Merge versatus-wasm publish functionality into LASR wallet CLI #785

mattgeddes opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
code quality Improvements to code to meet standards
Milestone

Comments

@mattgeddes
Copy link
Contributor

The process of packaging and publishing a contract is currently implemented in the versatus-wasm publish command and partially implemented in the LASR wallet CLI. We ultimately want to have all of that functionality as it is in the Versatus CLI moved into the LASR CLI. The two implementations have a lot of overlap, but one area that needs to be migrated over is the service discovery. The Versatus version uses DNS-SD and SRV records specifically, with a default name encoded, to locate one or more default IPFS nodes. This avoids the user from having to specify which IPFS node to publish to and gives a better developer experience.

@mattgeddes mattgeddes added the code quality Improvements to code to meet standards label Feb 28, 2024
@mattgeddes mattgeddes added this to the crestone milestone Feb 28, 2024
@mattgeddes mattgeddes self-assigned this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improvements to code to meet standards
Projects
None yet
Development

No branches or pull requests

1 participant