@signumjs/wallets
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.75 • Public • Published

@signumjs/wallets

This package is for DApp Developers who need to interact/communicate with the wallets of the Signum blockchain platform It provides currently two modes of interaction:

  • Deeplinking
    • One-way communication
    • Desktop and Mobile Wallets
  • Browser Extension Intercom
    • Two-way communication
    • Browser-only Wallets

Installation

@signumjs/wallets can be used with NodeJS or Web. Two formats are available

Using with NodeJS and/or modern web frameworks

Install using npm:

npm install @signumjs/wallets

or using yarn:

yarn add @signumjs/wallets

Example

// TO DO

Using in classic <script>

Each package is available as bundled standalone library using UMD. This way signumJS can be used also within <script>-Tags. This might be useful for Wordpress and/or other PHP applications.

Just import the package using the HTML <script> tag.

<script src='https://cdn.jsdelivr.net/npm/@signumjs/http/dist/signumjs.wallets.min.js'></script>

Example

// TO DO

See more here:

@signumjs/wallets Online Documentation

/@signumjs/wallets/

    Package Sidebar

    Install

    npm i @signumjs/wallets

    Weekly Downloads

    16

    Version

    1.0.0-rc.75

    License

    Apache-2.0

    Unpacked Size

    647 kB

    Total Files

    177

    Last publish

    Collaborators

    • ohager