@topl_protocol/brambldart
v0.0.1
Published
A pure JavaScript implementation of BramblDart.
Downloads
2
Readme
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.
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 for details on Dart BramblDart's API.
API
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 for details on how to use it.