New to move and sui.
I am trying to follow the documentation on Sui and attempted to use the command sui move build
to build my move package.
I encountered this error:
Failed to build Move modules: "Unable to resolve packages for package 'my_first_package'".
Attached picture below shows:
- my folder structure in local.
- the content of the .toml file.
- sui cloned locally pointing to
devnet
branch.