Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Verifiable Credentials Demo powered by Findy Agency. Forked from animo/animo-demo

License

NotificationsYou must be signed in to change notification settings

findy-network/agency-demo

 
 

Repository files navigation

Screenshot

Findy Agency Self-Sovereign Identity Demo

Continuous DeploymentLicenseTypeScript

✨ Hi there

Welcome to the repository of Findy Agency's Self-Sovereign identity demo. This interactive appdemonstrates the use of verifiable credentials. This demo is built usingFindy Agency.Findy Agency is a multitenant SSI agency. This demo is based onAnimo'ssimilar demo for Aries Javascript Framework functionality. So big thanks to Animo for creating itin the first place!

🛠️ Usage

Prerequisites

  • NodeJS v16.X.X - Other versions may work, not tested
  • Yarn
  • Git - You probably already have this

🖥 Client

Copy the.env.example file to a.env file and set the environment variables.

cd clientcp .env.example .env
VariableDescription
REACT_APP_HOST_BACKENDUsed in the frontend application to connect with the backend. Should behttp://localhost:5000 for development.
REACT_APP_HOST_WEBSOCKETUsed in the frontend application to connect with the WebSocket server and listen for events. Should bews://localhost:5000 for development.

🎛️ Server

Copy the.env.example file to a.env file and set the environment variables.

cd servercp .env.example .env
VariableDescription
AGENCY_AUTH_URLAgency auth service URL
AGENCY_AUTH_ORIGINAgency auth service origin
AGENCY_USER_NAMEAgent user name
AGENCY_PUBLIC_DID_SEEDAgent public DID seed
AGENCY_KEYAgent authenticator key
SERVER_ADDRESSAgency gRPC server address
SERVER_PORTAgency gRPC server port
WALLET_URLAgency web wallet URL

Node version

nvm use

Install Dependencies

yarn install

Development

yarn dev

Packages

 
 
 

Languages

  • TypeScript95.1%
  • JavaScript2.7%
  • Other2.2%

[8]ページ先頭

©2009-2025 Movatter.jp