Skip to content

Solana Program Interaction for "Campaign Launch" #38

Description

@haghighatcs

Issue: Solana Program Interaction for "Campaign Launch"

Description:

We need to implement Solana program interaction when an artist's campaign goes live on the Muzikie platform. This action will update the status of the campaign on the Solana blockchain, making it available for fans to fund.

Tasks:

  • Define the Solana program function to handle the campaign launch process.
  • Connect the frontend "Launch Campaign" action to trigger the Solana program interaction.
  • Ensure proper status updates (campaign live status, available for funding) are reflected on-chain.
  • Implement error handling for failed campaign launches.
  • Write unit tests to verify correct interaction with the Solana program.

Acceptance Criteria:

  • The campaign status is updated to "Live" on the Solana blockchain.
  • Fans can start contributing to the campaign after it goes live.
  • All relevant status changes are correctly logged on-chain.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions