Skip to content

Portis

Portis is a non-custodial Web3 wallet SDK supported by a variety of evergreen browsers. The Portis SDK allows you to integrate your dApp with SKALE.

Features

  • Web-Based Wallet: Allows users to access their wallet directly from any browser without extensions.

  • Easy dApp Integration: Designed for seamless integration with Web3 applications.

Quickstart

  1. Install the package:

    Terminal window
    npm install --save web3 @portis/web3
  2. Import the library and start using it:

    import Portis from '@portis/web3';