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

feat(corda): add cordapps deployment for Corda 5 #3294

Open
adrianbatuto opened this issue Jun 4, 2024 · 2 comments
Open

feat(corda): add cordapps deployment for Corda 5 #3294

adrianbatuto opened this issue Jun 4, 2024 · 2 comments
Assignees
Labels
Corda enhancement New feature or request good-first-issue-300-advanced P2 Priority 2: High

Comments

@adrianbatuto
Copy link
Contributor

Describe the solution you'd like
Add a new endpoint for corda 5 to support the deployment of cordapps

Additional context
The PR for the corda 5 support is still under review. Use the PR branch of #3241 in the meantime.

@jagpreetsinghsasan
Copy link
Contributor

We will have to brainstorm to formalise a solution which is either universal to the host (docker/machine/kubernetes) or is pluggable for multiple platform hosts.

@petermetz
Copy link
Member

We will have to brainstorm to formalise a solution which is either universal to the host (docker/machine/kubernetes) or is pluggable for multiple platform hosts.

@jagpreetsinghsasan My recommendation is to implement each separately first (which should be much quicker) and then it should be much easier to decide if they can be merged into a single universal endpoint or not.
Also, in the very beginning I would focus on docker and localhost , not k8s, because for local development and test execution on the CI we need those two and not k8s (and the contract deployment endpoint is not a production feature just a dev feature so we don't expect it to work in production deployments)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Corda enhancement New feature or request good-first-issue-300-advanced P2 Priority 2: High
Projects
Status: Blocked
Development

No branches or pull requests

3 participants