Your address
+Not loaded yet
+ Latest membership ID on contract
+Not loaded yet
+ Generate new credentials from wallet
+ + +Read from Keystore
+ + +Keystore
+none
+ Membership ID
+none
+ Secret Hash
+none
+ Commitment
+none
+ Nullifier
+none
+ Trapdoor
+none
+ Messages
+
+ Get started by editing
+ src/app/page.tsx
+
+ Find in-depth information about Next.js features and API. +
+ + + ++ Learn about Next.js in an interactive course with quizzes! +
+ + + ++ Explore the Next.js 13 playground. +
+ + + ++ Instantly deploy your Next.js site to a shareable URL with Vercel. +
+ +
- Get started by editing
- src/app/page.tsx
-
- Find in-depth information about Next.js features and API. -
- - - -- Learn about Next.js in an interactive course with quizzes! -
- - - -- Explore the Next.js 13 playground. -
- - - -- Instantly deploy your Next.js site to a shareable URL with Vercel. -
- -+ {props.text}:{" "} + + {props.mark} + +
+); diff --git a/examples/rln-js/src/components/Subtitle.tsx b/examples/rln-js/src/components/Subtitle.tsx new file mode 100644 index 0000000..081b06f --- /dev/null +++ b/examples/rln-js/src/components/Subtitle.tsx @@ -0,0 +1,8 @@ +type SubtitleProps = { + children: any; + className?: string; +}; + +export const Subtitle: React.FunctionComponent