js-rln/example/index.html

14 lines
347 B
HTML
Raw Normal View History

2022-09-06 16:40:19 -04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello!</title>
</head>
<body>
<p>Open the developer tools to see the generated proof and its validation</p>
<script src="https://cdn.ethers.io/lib/ethers-5.6.umd.min.js" type="text/javascript">
</script>
2022-09-06 16:40:19 -04:00
<script src="./index.js"></script>
</body>
</html>