Skip to content

arcana-network/wallet-ui

Repository files navigation



Twitter URL

Arcana Wallet UI

Arcana Wallet UI

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.

πŸ“‹ Installation

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.

πŸ“’ Usage

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.

πŸ“š Documentation

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.

πŸ’‘ Support

For any support or integration-related queries, contact Arcana Support Team.

ℹ️ License

Arcana Wallet UI is distributed under the MIT License.

For details see Arcana License.