Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize repo directories #1045

Closed
Patrik-Stas opened this issue Nov 2, 2023 · 1 comment
Closed

Reorganize repo directories #1045

Patrik-Stas opened this issue Nov 2, 2023 · 1 comment
Assignees

Comments

@Patrik-Stas
Copy link
Contributor

Patrik-Stas commented Nov 2, 2023

Moving here the discussion from PR #998

Current structure proposal:

  • .github

  • docs

  • aries

    • shared_vcx
    • legacy
      • did_doc_legacy
      • libvdrtools
      • agency_client
    • agents
      • rust
        • mediator
        • aries-agent-rust
      • node
      • app-kotlin-swift
    • aries_vcx
    • aries_messages
      • messages
      • messages_macros
    • wrappers
      • node
        • libvcx_core
        • node
        • vcx-napi-rs
      • uniffi-aries-vcx
  • aries_vcx_core (rename to something else)

    • vcx_wallet
    • vcx_anoncreds
    • vcx_ledger
  • did_document

    • did_doc
    • did_doc_core
    • did_doc_sov
  • did

    • public_key
    • did_parser
    • did_methods
      • did_resolver_core
      • did_key
      • did_peer
      • did_sov
      • did_web
      • did_registry
  • tools

    • simple_message_relay
    • wallet_migrator
  • The uncertain thing is naming and structure of aries_vcx_core, but it will be definitely renamed

  • I've slightly renamed some of the did methods crates, eg did_resolver_sov to just did_sov

  • Not sure If I haven't misplaced public_key or did_key

The main idea is to clearly separate aries components and other reusable components (even outside of ariex context) such as did_document, did, perhaps whather aries_vcx_core will endup being called

nain-F49FF806 added a commit that referenced this issue Nov 13, 2023
Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
Patrik-Stas pushed a commit that referenced this issue Nov 14, 2023
* refactor: Move agents to new  root as per #1045

---------

Signed-off-by: Naian <126972030+nain-F49FF806@users.noreply.github.com>
@Patrik-Stas Patrik-Stas self-assigned this Nov 15, 2023
@Patrik-Stas
Copy link
Contributor Author

This work has been completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant