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