SauravKanchan / wallet-ui

Repo for Wallet UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



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.

🀝 Contributing

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.

ℹ️ License

Arcana Wallet UI is distributed under the MIT License.

For details see Arcana License.

About

Repo for Wallet UI


Languages

Language:Vue 65.1%Language:TypeScript 32.5%Language:JavaScript 1.1%Language:CSS 1.1%Language:HTML 0.2%