@i3m/base-wallet
A base packet with a reference TypeScript implementation (called BaseWallet) of the required functionalities for the i3-market wallet. It makes use of a KeyWallet interface that allows delegating the complexity of the wallet key management to other packag
@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/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.