This is the script responsible for the process of minting a Self Sovereign Identity by the government on the Hedera Hashgraph and assigning it to a created account.
These are the available scripts to run the SSID app:
Runs your app in development mode.
Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache
flag to the start script:
npm start --reset-cache
# or
yarn start --reset-cache
Like npm start
, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.
Like npm start
, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup).
SDKs: Hedera
Client: React Native, Expo
Our app incorporates two main features.
The primary feature is querying the Hedera Hashgraph smart contract and fetch the Identity and show it to the user themselves.
The other feature is the ability to only show limited data and not reveal the whole identity as proof (e.g: proof of adulthood)
For support, email [email protected].