bip-topl

A pure JavaScript implementation of bip-topl. Library for building Topl blockchain wallet mobile apps in Flutter. Please read the documentation for more information..

Usage no npm install needed!

<script type="module">
  import bipTopl from 'https://cdn.skypack.dev/bip-topl';
</script>

README

A pure JavaScript implementation of bip-topl. Library for building Topl blockchain wallet mobile apps in Flutter. Please read the documentation for more information..

This package is a distribution of bip-topl, compiled to pure JavaScript with no native code or external dependencies.

Usage

You can install bip-topl globally using npm install -g bip_topl which will provide access to the bip_topl library. You can also add it to your project using npm install --save-dev bip_topl.

See below for details on Dart bip-topl's API.

API

See Also

  • bip-topl, from which this package is compiled, can be used as a Dart library. Running bip-topl on the Dart VM is substantially faster than running the pure JavaScript version, so this may be appropriate for performance-sensitive applications. The Dart API is also (currently) more user-friendly than the JavaScript API. See the Dart bip-topl README for details on how to use it.