Skip to content

Remove Rust dependency when building clients #584

Description

@pselle

Working on the Registry UI website, I want to be able to use Scaffold Stellar to run scaffold stellar build --build-clients in a case where I don't have contracts locally to build (no contracts/ folder), nor is the project a Rust project (TypeScript only).

Suggesting an enhancement for CLI to be able to run in non-Rust projects. If I wanted to adopt the CLI workflow today in my project, I'd have to unecessarily make it a Rust project, adding a Cargo.toml and a contracts/ folder (even if I don't have any crates to put in there) just to get the CLI to run so that I can then use it as a wrapper around the stellar contract bindings ....

If it helps, this is the (closed) PR where "use scaffold stellar for client generation" was explored: stellar-registry/ui#44

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions