@topl_protocol/brambldart
Version:
A pure JavaScript implementation of BramblDart.
33 lines (20 loc) • 1.26 kB
Markdown
A pure JavaScript implementation of BramblDart. **Library for building Topl blockchain wallet mobile apps in Flutter. Please read the documentation for more information.**.
This package is a distribution of [BramblDart][], compiled to pure JavaScript
with no native code or external dependencies.
[]: https://github.com/Topl/BramblDart
* [Usage](
* [API](
* [See Also](
You can install BramblDart globally using `npm install -g brambldart` which will provide
access to the `brambldart` library. You can also add it to your project using
`npm install --save-dev brambldart`.
[](
<!--
* [BramblDart][], from which this package is compiled, can be used as a Dart library. Running BramblDart 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 BramblDart README][Using Dart BramblDart] for details on how to use it.
[Using Dart BramblDart]: https://github.com/Topl/BramblDart#readme