Comment on page

Introduction

Overview:
Certhis Wallet is a JavaScript package designed to simplify the integration of a wallet connection system into your decentralized applications (DAPPs). It offers a seamless login experience for users through multiple login options, including email and popular web3 wallets like Metamask, Wallet Connect, and Coinbase Wallet.

Installation:

To install Certhis Wallet in your project, open your terminal and run the following command:
$ npm i @certhis/certhis-wallet

Initialization:

Before using Certhis Wallet, you need to initialize it by importing the necessary libraries and calling the init function. Here's an example of how to do it:
const CerthisWallet = require("@certhis/certhis-wallet");
const certhis_wallet = CerthisWallet.init();
const Web3 = certhis_wallet.getWeb3();