Harlan T Wood

Results 99 issues of Harlan T Wood

I pushed a demo of this to a heroku app, feel free to link to it from the readme if inspired: https://tranquil-fortress-4405.herokuapp.com/ Nice work BTW : )

In case it's useful to the author or others: I updated all deps, and fixed an issue in buildgrid, on this branch: https://github.com/arscan/encom-globe/compare/master...harlantwood:misc-updates?expand=1 Feel free to close if this feels...

This is just a PR of the code that is pasted into a comment in #1 -- I have not reviewed this code in detail, but it did fix the...

Updated all packages to latest versions. Checked: tests pass, app works, build works.

Hi, I've been working with your (great) project as I'm learning elixir. I've made some updates that may be of interest... others maybe not. Take a look and let me...

# TrustGraph CLI Design notes - other output formats - other JSON-LD formats - "extra" fields for all the things? - "flavors" of TrustAtoms, including Journalistic flavor: https://github.com/blueskyCommunity/OpenTrustClaims/blob/gvelez17-harlan-trustgraph-compatible/open_trust_claim.yaml

See https://github.com/trustgraph/trustgraph#create-claims Write example JSON-LD: - uses standard JSON-LD signatures - compatible with HC key/signing format See https://w3c-ccg.github.io/security-vocab/#Ed25519Signature2020 -- ```json { "@context": ["https://w3id.org/security/v1", "http://json-ld.org/contexts/person.jsonld", "https://raw.githubusercontent.com/trustgraph/trustgraph-schema/gh-pages/TrustClaim.jsonld"], // or maybe just our...

I said in https://gitter.im/bigchaindb/bigchaindb?at=59f44c7d32e080696e366149 : > ...are there solutions for persistent identity in BC/IPDB? Creating a keypair in the browser is fine for a test, but ultimately I'd like my...

https://tools.ietf.org/html/rfc7071 eg: ` Content-Type: application/reputon+json` ```json { "application": "baseball", "reputons": [ { "rater": "baseball-reference.example.com", "assertion": "strong-hitter", "rated": "Alex Rodriguez", "rating": 0.4, "confidence": 0.2, "sample-size": 50000 } ] } ```

Demo should include: - Distributed identity & auth via any of (in current order of preference): - https://github.com/uport-project/uport-connect - FIDO UAF (Universal Authentication Framework): https://fidoalliance.org/specifications/overview/ (_unclear if it works well...