The Arcana wallet is a non-custodial, embedded Web3 wallet that is instantly available to authenticated users of Web3 apps that use the Arcana Auth SDK. Web3 app developers must install and integrate the Auth SDK to enable users to sign blockchain transactions. Users do not have to install any software to access the Arcana Wallet UI.
Developers can also choose to disable the Arcana Wallet UI and plug in a custom wallet UI for their apps using the white-labeled Auth feature.
This repo contains Aracna Wallet UI implementation. It is a Vue app written in TypeScript and styled with Tailwind CSS.
Note: Arcana Wallet UI is NOT a standalone wallet. It is part of the Arcana Auth SDK.
Use the Node version listed in the .nvmrc file.
Command | Action |
---|---|
npm install |
Install dependencies locally |
npm run serve |
Start local dev server for development |
npm run lint |
Lint and auto-fix errors |
npm run build |
Build and minify site for production |
If you are using VS Code, see the recommended settings and extensions.
To use Arcana Wallet UI in a Web3 app, follow the instructions here to register the app with Arcana Network, configure the chains and social login settings and install, and integrate the app with the Arcana Auth SDK.
Check out Arcana Auth documentation and use the Auth SDK Quick Start Guide to integrate any Web3 app and enable the Arcana Wallet UI. See Arcana Wallet User Guide for usage details.
For any support or integration-related queries, contact Arcana Support Team.
We welcome all contributions to the Arcana Auth product and Wallet UI from the community. Read our contributing guide to learn about the our development process, how to propose bug fixes and improvements, and the code of conduct that we expect the participants to adhere to. Refer to the build and test section of this readme for details on how to test and validate your changes to the Wallet UI code before submitting your contributions.
Arcana Wallet UI is distributed under the MIT License.
For details see Arcana License.