Skip to content

Instantly share code, notes, and snippets.

@vlzhr
Created February 10, 2020 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlzhr/e7e7c849980f19e49fae84a20b1ddb0c to your computer and use it in GitHub Desktop.
Save vlzhr/e7e7c849980f19e49fae84a20b1ddb0c to your computer and use it in GitHub Desktop.
certificado example
<div class="main">
<h1>verify <strong>certificado</strong><br>using blockchain</h1><br>
<textarea class="data" name="data" id="" cols="30" rows="3">1 Sasha Ivanov</textarea><br>
<button style="font-size: 18px" onclick="console.log(checkData());">check certificado!</button>
<br>
<div class="result">is the certificado real?</div>
<div>check it in blockchain: <a target="_blank" style="color: blue; text-decoration: none" href="https://wavesexplorer.com/testnet/address/3N6EmqqQ1pZderX8sNMrfVuEo85ocPoqs2M/data">
https://wavesexplorer.com/testnet/address/<br>
3N6EmqqQ1pZderX8sNMrfVuEo85ocPoqs2M/data
</a></div>
<br><br>
<div>
add new <strong>certificado</strong> at <a href=".">main page</a><br>
(for admins only)
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment