Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.
This repository was archived by the owner on May 24, 2024. It is now read-only.

Organize SEPs with New Folder Structure and Implement SEP-1 and SEP-24 #391

@ydag

Description

@ydag

This issue proposes reorganizing the existing SEP-10 implementation in the dotnet-stellar-sdk and adding support for SEP-24. The current SDK already includes support for SEP-10, but it could benefit from a more structured folder system, making it easier to maintain and expand with additional SEPs.

To better organize the implementation of SEPs, I suggest creating a folder structure that separates each SEP into its own directory, similar to the organization of the stellar-flutter-sdk. This would involve moving the existing SEP-10 implementation into the proposed folder structure and then implementing SEP-1 and SEP-24 alongside it.

The proposed folder structure is as follows:

dotnet-stellar-sdk
│
└───sep
    ├───0001
    ├───0010
    └───0024

By implementing this change, we can achieve the following goals:

1- Improve the maintainability and organization of the dotnet-stellar-sdk.
2- Make it easier for developers to find and utilize the SEP implementations they need.
3- Set a precedent for adding support for more SEPs in the future.

This proposal aims to implement SEP-1, SEP-24 and restructure the existing SEP-10 implementation to fit the proposed folder structure.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions