UNPKG

@topl_protocol/brambldart

Version:

A pure JavaScript implementation of BramblDart.

33 lines (20 loc) 1.26 kB
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. [BramblDart]: https://github.com/Topl/BramblDart * [Usage](#usage) * [API](#api) * [See Also](#see-also) ## Usage 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`. [See below](#api) for details on Dart BramblDart's API. ## API <!-- #include ../README.md --> ## See Also * [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