modify functionality to accept payment in any Cosmos token #28

Open
opened 2025-04-17 11:07:22 +00:00 by zramsay · 0 comments
Member

rough outline:

  1. when publishing a Deployer LRN, service providers should be able to set one or more recipient addresses for different Cosmos mainnet chains
  2. payment should be 5$ worth of the token
  3. tx hash supplied by the user, amount sent and price obtained from mintscan api
  4. the ApplicationDeploymentRequest should include the chain-id of the relevant chain
  5. stack orchestrator would then: a) using tx hash + chain-id, get amount sent then b) do the price check, c) if ok, proceed as usual

This feature requires updates to: this repo, stack orchestrator, and the service provider setup instructions.

rough outline: 1. when publishing a Deployer LRN, service providers should be able to set one or more recipient addresses for different Cosmos mainnet chains 2. payment should be 5$ worth of the token 3. tx hash supplied by the user, amount sent and price obtained from mintscan api 4. the ApplicationDeploymentRequest should include the chain-id of the relevant chain 5. stack orchestrator would then: a) using tx hash + chain-id, get amount sent then b) do the price check, c) if ok, proceed as usual This feature requires updates to: this repo, stack orchestrator, and the service provider setup instructions.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/webapp-deployment-status-api#28
No description provided.