vultisig / vulticonnect

0 stars 0 forks source link

VultiConnect

What is VultiConnect

VultiConnect is a Chrome extension similar to MetaMask but much safer. It does not store any critical information such as private keys or passwords. Instead, it allows you to connect your Vultisig app to DeFi applications, enabling you to interact with them and sign transactions on your devices.

How Safe is VultiConnect

You only need to import public keys and vault information into VultiConnect. Unlike MetaMask, if someone hacks your Chrome or the extension, they cannot execute transactions without your approval on your Vultisig devices, as they only have access to public information.

Requirements

Before building VultiConnect, ensure you have the following installed:

How to Build the VultiConnect Extension

To build the VultiConnect extension, follow these steps:

  1. Clone the repository: git clone https://github.com/vultisig/vulticonnect.git
  2. Navigate to the project directory: cd vulticonnect
  3. Install the necessary dependencies using pnpm: pnpm install
  4. Build the project for production: pnpm run build

How to Install it in Chrome

  1. Open Chrome and go to chrome://extensions.
  2. Enable Developer mode by toggling the switch in the top right corner.
  3. Click on Load unpacked and select the dist folder from the VultiConnect project directory.
  4. Your extension should now be installed and ready to use.