alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Refactor cli functions - remove hardcoded urls #107

Closed edchapman88 closed 1 year ago

edchapman88 commented 1 year ago

suggestion to do this work on #79 with open PR #80

edchapman88 commented 1 year ago

mostly completed with: https://github.com/alan-turing-institute/trustchain/pull/80/commits/4eeb804f8cebc76d2a3d46909571a978986a14d4

only task remaining is:

sgreenbury commented 1 year ago

mostly completed with: 4eeb804

only task remaining is:

* should resolver_url (now named `ion_endpoint`) be a cli arg as-well/instead?

For now, retain a simple CLI API without resolver as an argument.

Closing with #80 merged.