Verify user attributes provided by ShareRing on the Hedera network.
- Node.js v22.18.0 or later
- pnpm package manager
-
Clone the repository:
git clone <repository-url> cd attributes-verification-hedera
-
Install the dependencies:
pnpm install
Create a .env
file in the root directory and set the environment variables. You can use the .env.sample
file as a template.
To verify attributes using the Hedera SDK:
pnpm verify
To verify attributes using ethers.js:
pnpm verify:ethers