Introduction
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();
Last updated