Logo
Explore Help
Sign In
logos-messaging/js-rln
1
0
Fork 0
You've already forked js-rln
mirror of https://github.com/logos-messaging/js-rln.git synced 2026-01-02 13:43:06 +00:00
Code Issues Packages Projects Releases Wiki Activity
js-rln/example/index.html

14 lines
347 B
HTML
Raw Normal View History

feat: generate and validate proofs
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>
Add RLN Contract abstraction (#43) * implement rln contract abstraction, add basic tests, add usefull constants * remove test command * resolve simple comments * move to getter for members, add init method * fix naming * remove default signature message * use direct path to js file * try different karma config * try generic import * update test * address comments: rename const file, return prev regexp * remove test * bring back test file * fix mock approach * use any for type casting * use another approach for typecasting * update mocks * update mocked event * use correct value for mock * fix spy definition * add BigInt to MembershipKey * fix joining * use slice * remove accidentally commited junk * fix typo, use DataView for conversion, use BigInt directly Co-authored-by: weboko <anon@mail.com>
2023-01-26 18:58:18 +01:00
<script src="https://cdn.ethers.io/lib/ethers-5.6.umd.min.js" type="text/javascript">
</script>
feat: generate and validate proofs
2022-09-06 16:40:19 -04:00
<script src="./index.js"></script>
</body>
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 30ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API