dcdpr / btcr-DID-method

BTCR is the reference Decentralized Identifier (DID) method for the Bitcoin blockchain
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

createBtcrDid input validation #8

Open dcdpr opened 6 years ago

dcdpr commented 6 years ago

Currently, createBtcrDid validates its input indirectly, by attempting to sign and submit the relevant transaction. More explicit input validation is needed.