ethpm / escape-truffle

Ethereum Package Registry (Truffle)
10 stars 8 forks source link

Add ENS component to deployment scripts #40

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

Ultimately we're trying to get to here (at web3):

const SimpleToken = await web3.packaging
                              .registry('packages.ethpm.eth')
                              .getPackage('SimpleToken')
                              .getVersion('^1.1.5');

It would be cool if you could clone the repo, specify a namespace and also get that taken care of out of the box.

For reference, the scripts at nori-eco

cgewecke commented 6 years ago

42