bip-topl
Version:
A pure JavaScript implementation of bip-topl.
33 lines (20 loc) • 1.19 kB
Markdown
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.
[]: https://github.com/Topl/bip-topl
* [Usage](
* [API](
* [See Also](
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`.
[](
<!--
* [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][Using Dart Bip-Topl] for details on how to use it.
[Using Dart Bip-Topl]: https://github.com/Topl/bip-topl#readme