Closed thehenrytsai closed 4 years ago
The current use of URL lib to perform the serviceEndpoint string check is not compliant to the Sidetree spec. Use uri-js npm pacakge's URI.parse() to do the job.
URL
serviceEndpoint
uri-js
URI.parse()
Done.
The current use of
URL
lib to perform theserviceEndpoint
string check is not compliant to the Sidetree spec. Useuri-js
npm pacakge'sURI.parse()
to do the job.