Peter Grassberger
Peter Grassberger
+1 I've worked with Slim Framework V2.\* on several projects and I can only recommend it, it's also really easy to get your head around.
I like Leafletjs 1.0, it works really good. Also if you need inspiration for a Nominatim Geocoder: https://github.com/JeroenDeDauw/Maps/blob/master/src/Geocoders/NominatimGeocoder.php .
fyi: `did-jwt-vc` does this here https://github.com/decentralized-identity/did-jwt-vc/blob/f3977c5711917521ace6ce8f247bdd147c21e740/src/index.ts#L92 and https://github.com/decentralized-identity/did-jwt-vc/blob/f3977c5711917521ace6ce8f247bdd147c21e740/src/converters.ts#L382
@sameepsi done, please merge.
Let's collect what needs to change: - `issued` -> `issuanceDate` - `claim` -> `credentialSubject` anything else?
I use it for an html editor in the admin interface of my site.
What I used for the `hash` function only: ``` declare module 'eth-ens-namehash' { const namehash = { hash: (input: string) => string, }; export default namehash; } ```
@eiriks A pullrequest would be nice :)