3. System Programmer

Easy

Given a set of seeds, create an instruction to initialize a system program PDA with the data outlined below, calculate it's minimum cost for rent exemption, and return both the instruction and the rent exempt cost.

Seeds:

  • "helloWorld!"
  • 90210

Fields:

  • zircon: "systemprogrammer"
  • isMertBald: true

Return the response in JSON format, structured like the examples below:

Example:

{
    "instruction": {},
    "rentExemptCost": 1000,
},

Solutions

No Solutions Yet.

Complete this challenge and submit to be the first!

Pending

Loading...

Run your code to see the output.