ethpm / ethpm.js

Javascript library for EthPM package manifest and registry operations
https://ethpm.github.io/ethpm.js/
MIT License
13 stars 7 forks source link

Implement web3.js registry integration #4

Open gnidan opened 5 years ago

gnidan commented 5 years ago

Should define a provider option to configure EthPM.js to connect to providers via web3.js.

Adhering to registry service interface.

Example implementation may be found in the registry stub

adrianmcli commented 5 years ago

@gnidan I thought @seesemichaelj completed this one?

gnidan commented 5 years ago

@adrianmcli the two open PRs #8 and #9 are related to this and failing. Will need to look into to see why.