Vectis
  • ๐Ÿ‘‹What is Vectis?
  • Overview
    • ๐Ÿ—ƒ๏ธFeatures
  • ๐ŸงชBeta Test
    • 1๏ธโƒฃPhase 1
      • Multiple device support
      • 1. Account Creation
      • 2. Sending Tokens
      • 3. Interact with a dApp
      • 4. Using Interchain Accounts
      • 5. IBC transfer
      • 6. Sign in with other devices
      • 7. Feature Requests & Issues
  • Plugins and registry
    • โ„น๏ธIntroduction
    • Kinds of plugins
      • Pre-Tx Checks
      • Post Tx Hooks
      • Authorised 3rd Party Exec
    • ๐ŸชงExample Plugins
      • ๐Ÿ˜ปCronkitty
    • Registry
  • Integrate
    • โ„น๏ธBenefits
    • ๐ŸšงGet started
    • ๐ŸšงConnect dApps to Vectis
      • Injected Provider
      • Extension Client
      • Wallet Adapters
    • ๐ŸšงAPI Reference
  • RESOURCES
    • ๐Ÿ’กAbout us
    • ๐Ÿ“™Brand-Kit
    • X / Twitter
Powered by GitBook
On this page
  • Injected provider
  • Extension client
  • Wallet Adapter
  1. Integrate

Get started

!This page is under maintenance

PreviousBenefitsNextConnect dApps to Vectis

Last updated 1 year ago

This documentation will provide you with the necessary knowledge to interact with Vectis Lite, an in browser wallet. In our sections you will discover how to integrate the wallet into your application, explore its API, and learn about integrations with third-party libraries that simplify the connection process in the most straightforward manner possible.

There are three main ways of integrate Vectis.

Injected provider

The most direct way of interact with Vectis is through the provider that extension inject in all websites. This provider is accessible from window object and it expose methods describe in our .

Extension client

We build a library that helps to interact with the global provider described above and also include extra methods that help developer to check if the wallet is connected among other functions.

You could read more about that in our .

Wallet Adapter

Vectis is integrated in the main wallet adapters in cosmos, allowing to developer support other walles apart from Vectis. You could check where is supported in .

We hope this information will be helpful for you to include Vectis in your application. If you have any question or need further assistance, please visit our .

๐Ÿšง
API Reference
extension client section
wallet adapters section
discord