-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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 theethpm registrycommand 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.pmmodule. - 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.
corydickson
Metadata
Metadata
Assignees
Labels
No labels