1.0.12 • Published 17 days ago

@turajs/wallets v1.0.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
17 days ago

@turajs/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

@turajs/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 @turajs/wallets

or using yarn:

yarn add @turajs/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/@turajs/http/dist/signumjs.wallets.min.js'></script>

Example

// TO DO

See more here:

@turajs/wallets Online Documentation

1.0.11

17 days ago

1.0.12

17 days ago

1.0.9

20 days ago

1.0.8

20 days ago

1.0.7

20 days ago

1.0.6

20 days ago

1.0.5

20 days ago

1.0.4

20 days ago