Skip to content

[Research] Map Soroban Rust Types to UI Labels #3

@mijinummi

Description

@mijinummi

Title: [Research] Map Soroban Rust Types to Human-Readable UI Labels

📝 Description

Soroban specs use Rust-specific types (e.g., Symbol, Val, Vec<u32>). To make the documentation "interactive" for non-Rust developers, we need a mapping dictionary.

🎯 Goal

Create a JSON mapping file that tells the UI how to display and collect input for Soroban-specific types.

✅ Requirements

  • Map Symbol to a standard "String" input.
  • Map Address to a "Wallet Address" input with validation.
  • Map Map and Vec to interactive JSON list/object inputs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions