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.
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
Symbolto a standard "String" input.Addressto a "Wallet Address" input with validation.MapandVecto interactive JSON list/object inputs.