@i3m/bok-wallet
TypeScript icon, indicating that this package has built-in type declarations

2.6.1 • Public • Published

License: EUPL_1.2 Contributor Covenant JavaScript Style Guide

@i3m/bok-wallet

An implementation of the base wallet using a bag of keys (keys are independently created at random).. It extends the BaseWallet class defined in the @i3m/base-wallet package. The main differences with the @i3m/sw-wallet is that an @i3m/bok-wallet cannot be regenerated with a seed (or mnemonic words), but can import and use arbitrary keys.

Usage

@i3m/bok-wallet can be imported to your project with npm:

npm install @i3m/bok-wallet

Then either require (Node.js CJS):

const bokWallet = require('@i3m/bok-wallet')

or import (JavaScript ES module):

import * as bokWallet from '@i3m/bok-wallet'

The appropriate version (either cjs or esm) should be automatically chosen when importing. However, if your bundler does not import the appropriate module version, you can force it to use a specific one by just importing one of the followings:

  • @i3m/bok-wallet/dist/cjs/index.node: for Node.js CJS module
  • @i3m/bok-wallet/dist/esm/index.node: for Node.js ESM module

If you are coding TypeScript, types will not be automatically detected when using the specific versions. You can easily get the types in by creating adding to a types declaration file (.d.ts) the following line:

declare module '@i3m/bok-wallet/dist/esm/index.browser' // use the specific file you were importing

API reference documentation

Check the API

/@i3m/bok-wallet/

    Package Sidebar

    Install

    npm i @i3m/bok-wallet

    Weekly Downloads

    22

    Version

    2.6.1

    License

    EUPL-1.2

    Unpacked Size

    59.9 kB

    Total Files

    16

    Last publish

    Collaborators

    • rish2497
    • ferogar
    • juanelasisme