Skip to content

Question of downaload package from aptos #532

Closed Answered by gregnazario
yue1823 asked this question in Questions
Discussion options

You must be logged in to vote

How do I get find the package names of packages?

If you know the account address of the module:

aptos move list --account <address>

For example:

aptos move list --account 0x1
package MoveStdlib
  upgrade_policy: compatible
  upgrade_number: 0
  source_digest: 8A7115B1AD49025E287068B74A80F60AD629928C189C6DD6459079BC3797577B
  modules: fixed_point32, hash, mem, vector, error, acl, option, bcs, bit_vector, signer, features, string
package AptosStdlib
  upgrade_policy: compatible
  upgrade_number: 0
  source_digest: E14127FAC23E3F64141AEB970EA21EEB5334B393767314A4C0071D8AC35C3698
  modules: bls12381_algebra, bn254_algebra, type_info, from_bcs, any, aptos_hash, table, table_with_length, big_ve…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gregnazario
Comment options

Answer selected by gregnazario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants