Seeks to create an application where a user can verify sensitive information such as their age without needing to reveal the exact details of the information.
QR Code generation
QR Code scanner
Instructions:
- Follow the instructions here to install the required dependencies
- Install Rust
- Run the folloing command
dfx deps pull
to grab the canister which handles authentication - Initialize theii_integration canister
dfx deps init internet_identity --argument "(null)"
- Install required packages
npm install @dfinity/auth-client
andnpm install @dfinity/agent
- Generate require files with
dfx generate
- Use the following code
cp src/declarations/{insert folder here}/* .dfx/local/canisters/{insert folder here}/
for all folders in src/declarations - Start deploying the application to your local machien with
dfx start --background
- Run
dfx deploy
andnpm run dev
- Navigate to http://127.0.0.1:4943/?canisterId=, replace with the generated id of the front-end canister
- Application should be launched a this point