Skip to content

ethpm registry explore [URI]Β #88

@njgheorghita

Description

@njgheorghita

A new subcommand for ethpm registry that would accept any valid registry uri and display the available packages and their manifest uris that are available on the registry (similar display to ethpm list).

How can it be fixed?

  • A new command (explore) added to the ethpm registry command that requires a URI argument.
  • Then validate that this is a valid registry uri.
  • Then make a call to the blockchain to fetch all available packages via the web3.pm module.
  • Display the available packages in a manner similar to ethpm list.

For testing it would be nice to have a local chain spun up to test against rather than using infura and the mainnet - we should be able to avoid some of the challenges ran into here since we're just reading from the blockchain rather than cutting a new release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions