alan-turing-institute / trustchain

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

Replace `Endpoint` type with `Url` #126

Open sgreenbury opened 11 months ago

sgreenbury commented 11 months ago

The Endpoint type used in trustchain-ion is a more limited version of the Url type and should be replaced with the latter.

sgreenbury commented 11 months ago

Fix: the route for an endpoint currently is missing a preceding / as this is expected after the port. E.g. here.

AmitSingh-5600 commented 11 months ago

i want to work on this assign me

thobson88 commented 11 months ago

i want to work on this assign me

Hi @AmitSingh-5600. Thanks for your interest in the project! Feel free to assign yourself and work on this. When you're ready we'd be happy to review your pull request.

In case you're also interested in front-end development, we also have a related mobile app: trustchain-mobile. Instructions for getting started can be found here.