This repository contains sources of a typical Vue3 + TypeScript + Vite sample application that integrates with the Arcana CA SDK.
This sample app is generated using the Vue 3 <script setup> SFCs. Check out the script setup docs to learn more. For details about the recommended project setup and IDE support, see Vue Docs TypeScript Guide.
The following files were updated in the original sample code to integrate with the CA SDK:
- src/App.vue
- src/utils/getCA.ts
- src/components/Transfer.vue
- src/components/PreLogin.vue
- src/components/BalanceSidebar.vue
Use the CA SDK Quick Start Guide, SDK Reference Guide and the Usage Guide for details.