Skip to content
    Back to all Bounties

    Earn 81,000 ($810.00)

    Time Remainingdue 1 year ago
    Completed

    Solana program work

    david677
    david677
    Posted 1 year ago
    This Bounty has been completed!
    @david677's review of @pruthvirajjadh2
    5.0
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 5/5

    Bounty Description

    Problem Description

    Describe the problem you are trying to solve here.

    I need a solana program modified. The current code allows for registering a node and updating its status, but it is designed to work with a single account for each invocation of the process_instruction function. This means that each invocation of the Register instruction will only register a single node in a specific account. -- It needs to allow for multiple nodes to be registered

    Need a small UI to display the list of registered nodes and various status data.

    Acceptance Criteria

    Be specific about what you want in the solution here.

    Update solana code to enable multiple nodes are be registered and updating at the metadata.

    Small React UI to read this solana program and display the current state for each registered node.