Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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