WebOfTrustInfo / rwot5-boston

RWOT5 in Boston, Massachusetts (October 2017)
http://www.WebOfTrust.Info
183 stars 61 forks source link

JSON-LD Canonicalization Javascript or Web Service? #10

Open kimdhamilton opened 7 years ago

kimdhamilton commented 7 years ago

From @ChristopherA on July 8, 2017 3:14

There are currently a limited number of libraries for canonicalizing JSON-LD. In particular, for prototyping some DID tools as shell and/or C commands, we can do JSON, RPC and do bitcoin signing but we can't canonicalize it.

I'd like to see a standalone Javascript page and/or RPC web service that you can download locally to your computer that can:

By default we should NOT offering signing via RPC as that is just a bad habit security wise. We can either use other local tools for that (bitcoind signmessage for instance), or sign locally in a separate local javascript file.

Copied from original issue: WebOfTrustInfo/btcr-hackathon#22

kimdhamilton commented 7 years ago

From @ChristopherA on July 8, 2017 3:16

Thinking about this further, if this web page or service could also do the bech32 txid <-> txref conversions, and recover a public key from a signature or a the JSON of a rawtransaction, that would be useful.

kimdhamilton commented 7 years ago

Move to RWoT

kimdhamilton commented 7 years ago

Service for languages that don't have json-ld libraries