Frontend
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.
Assets
Add the wallet logo here for future use.
Constrains.js
Components
In the folder "components" 3 wallet specific files need to be added:
- [WalletName]Issue.vue
- [WalletName]Verify.vue
- [WalletName]ConnectionModal.vue
In addition to the above the wallet also needs to be added to:
- PreformCredentialRequest.vue
Components/utils
In the folder "utils" inside "components" the wallet needs to be added to the following files:
- CreateTokenForm.vue
- DefineCredentialTypeForm.vue
In addition to the above a wallet specific file needs to be added:
- Define[Wallet][Schema/type]Form.vue
Router
Add wallet to index.js
Views/utils
In the folder "utils" inside "views" a wallet specific file needs to be added:
Define[Wallet][Schema/type].vue This file add the wallet component to the view.
Add wallet to Utils.vue This will ensure that the wallet is dislayed in de menu.