Open kimdhamilton opened 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.
Move to RWoT
Service for languages that don't have json-ld libraries
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