@i3m/wallet-protocol-api

A TypeScript/JavaScript library that can be used to easily connect to an i3m Wallet Desktop App. It wraps all the functionalities provided by the wallet's HTTP API into convenient class methods. It works in Node.js (both ESM and CJS) and browsers.

@i3m/wallet-protocol

The implementation of a protocol that can securely connect the i3M Wallet with a JS application.

@i3m/bok-wallet

An implementation of the base wallet using a bag of keys (keys are independently created at random).

@i3m/server-wallet

Get a ready-to-go Wallet requiring no user interaction and using a simple file to store wallet data. It should be used only when no human interaction is possible.

@i3m/sw-wallet

An implementation of a software hierarchical deterministic wallet using the BaseWallet class defined in the @i3m/base-wallet package.