Flowee/JS is a binding module enabling JavaScript developers to use the Flowee applications and libraries with the NodeJS JavaScript engine. https://flowee.org/products/floweejs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tom Zander 05b5244a92
new version
2 years ago
examples Support fetching fees for a transaction directly 2 years ago
external Import Flowee-libs 2021.05 2 years ago
lib Add filters argument to getblock call 2 years ago
.gitignore Actually include the imported data in the git repo. 3 years ago
.npmignore publish less fluff 3 years ago
CMakeLists.txt Split ContextData into two classes. 2 years ago
ContextData.cpp Allow output from parseAddress to be used in subscribe call 2 years ago
ContextData.h This adds several features. 2 years ago
Engine.cpp Fix possible corruption 2 years ago
Engine.h Process address subscription in bulk when possible 2 years ago
Flowee.cpp Support fetching fees for a transaction directly 2 years ago
Flowee.h This adds several features. 2 years ago
LICENSE Follow guidelines for license file 3 years ago
README.md Create separate examples repo 2 years ago
Search.cpp This adds several features. 2 years ago
Search.h Warp callbacks in unique_ptrs 2 years ago
boost-compatible.diff Make floweejs compile with ancient boost. 2 years ago
import.sh Import Flowee-libs 2021.05 2 years ago
package.json new version 2 years ago

README.md

FloweeJS is a binding module enabling JavaScript developers to use the Flowee applications and libraries with the NodeJS JavaScript engine.

Flowee is a family of products and our goal is to move the world towards a Bitcoin Cash economy. FloweeJS works together with various other Flowee products for the fastest and simplest way to build Bitcoin Cash products.

Using the online APIs, more people can get started with FloweeJS fast and for free. Afraid of lock-in? No worry, the Flowee stack can be run on your own server or on some cloud service, with ease. And again, free of charge.

The APIs are documented on flowee.org/docs/floweejs and you can find our examples repo here.

Install

FloweeJS uses the nodejs bindings project in order to ensure that changes in nodejs versions will be irrelevant. No recompiles needed. This does mean that we have a minimum version of NodeJS (10.16 or later). We always test on the latest version. Please report your experiences on different versions!

To install the bindings you need to have available a C++ compiler, the boost libs and the cmake tool.

For Linux this means a simple;

apt-get install libboost-all-dev cmake
npm install floweejs

Contributions

If you want to help out make this the best Javascript Bitcoin experience, you can find all code, issues and website content on gitlab.

Questions and suggestions go here: https://gitlab.com/FloweeTheHub/issues

The Flowee main website is at: Flowee.org

Have fun!