Skip to content

Tooling to build move apps outside of sui repo #61

@ksolana

Description

@ksolana

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions