Skip to content

Implement Global Config Contract for Cross-Contract Settings #151

@Baskarayelu

Description

@Baskarayelu

Description:

Add a small config contract to hold shared settings (limits, flags) used by other contracts.

Requirements

  • config contract with admin-controlled typed key/value storage.
  • Functions: set_config, get_config, get_all_keys.
  • At least one existing hard-coded limit moved to config.

Acceptance Criteria

  • Config contract implemented with tests
  • At least one contract reading a value from config
  • Admin-only writes enforced and documented

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions