Ensure you have a recent version of Ruby installed.
Install libsecp256k1
as described here.
Add the gem to your Gemfile:
Then install:
Use:
Copy .env.sample
to .env
and configure if needed.
Then run the example:
Configure env as described in the examples section above.
Please checkout the UAT.md document for more details.
If you encounter this error, you either might have to:
Add a new entry to ffi_lib
in money-tree/lib/openssl_extensions.rb
if using a newer OpenSSL version
Specify where your libsecp256k1.dylib
is located with the LIBSECP256K1
environment variable.
MIT
blzjava is a Java/Android library that can be used to access the Bluzelle database service.
Make sure that Java is installed and has a version at least 8 (JDK 1.8).
If Java is not installed, install it.
Download bluzelle.jar from releases or using terminal.
Create file "Quickstart.java".
Compile.
Run.
Ensure you have a recent version of Python 3 installed.
Grab the package from github:
Use:
Copy .env.sample
to .env
and configure if needed.
Then run the example:
The tests/
can best be run in a pipenv environment. To do so, initialize one with:
Install requirements:
Then run the tests:
Please checkout the UAT.md document for more details.
MIT
Ensure you have a recent version of Go installed.
Grab the package from github:
Use:
You can test out the examples/
included by following these steps:
Copy .env.sample
to .env
and configure if needed.
Install dependencies:
Run an example as defined in the Makefile
, for example, to read the value of an existing key, foo
, run:
This will run the examples/crud/read.go
.
Please checkout the UAT.md document for more details.
MIT
blzjs is a Typescript/JavaScript library that can be used to access the Bluzelle database service.
There are two versions of the bluzelle library. bluzelle-node.js
and bluzelle-js.js
.
By default the NodeJS version will be used.