Skip to main content

Backend

On this page we will look into the folder structure and where files need to be changed and new wallet files need to be added. The following folders are found in de "src" folder. The backend is build using Typescript.

Config

Add wallet info such as server url or API key here:

  • config.service.ts

Connectors

Add wallet information to:

  • connectors.module.ts
  • connectors.service.ts

Wallet folder

A wallet folder needs to be added with the following files:

  • create-[Wallet]-[Schema/Type].dto.ts
  • [Wallet]-invitation.entity.ts
  • [Wallet]-[Schema/Type].entity.ts
  • [Wallet].controller.spec.ts
  • [Wallet].controller.ts
  • [Wallet].module.ts
  • [Wallet].service.spec.ts
  • [Wallet].service.ts

Issue

Add wallet information to:

  • issue.controller.ts

Organizations

Add wallet information to:

  • organization.entity.ts

Types

Add wallet information to:

  • create-type.dto.ts
  • credential-type.entity.ts
  • types.service.ts

Verify

Add wallet information to:

  • verify.controller.ts