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

Tooling to build move apps outside of sui repo #61

Open
4 tasks
ksolana opened this issue Jun 9, 2024 · 1 comment
Open
4 tasks

Tooling to build move apps outside of sui repo #61

ksolana opened this issue Jun 9, 2024 · 1 comment
Labels
bug Something isn't working Stale

Comments

@ksolana
Copy link
Collaborator

ksolana commented Jun 9, 2024

Currently all the executable tests we have uses the same infrastructure as the toolchain. Things are coupled together which makes it hard to build a standalone app outside of the toolchain. We need a set of tools (scripts, cli etc) for anyone to be able to build move apps. For example look at program-examples repo.

  • cargo install should install all the required dependencies (toolchain etc)
  • cargo build should build move apps. compile move to sbf, link against move-stdlib etc.
  • cargo deploy (or yarn deploy) should deploy program to a validator (either a running validator or specified by user)
  • cargo test (or yarn test) should invoke the client app on chain
@ksolana ksolana added the bug Something isn't working label Jun 9, 2024
Copy link

github-actions bot commented Aug 9, 2024

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant