-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Encapsulating setup parameters (Network target, custom RPC URLs, API keys for providers like Validation Cloud) simplifies client instantiation.
Implementation Guidelines
Key Files: crates/core/src/types/config.rs or crates/core/src/network/config.rs.
- Create a
Configstruct containingnetwork: Network,rpc_url: Option<String>, andapi_key: Option<String>.
Expectations
What done looks like: A unified Config builder that initializes all networking variables centrally.
For any question, reach me on Discord: emry_ss
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed