lbry.com/content/bounty/lbry-binding.md
Thomas Zarebczan e052c3c8a7
spelling
+completed for ruby
2018-07-12 12:31:14 -04:00

969 B

category title award status date
code LBRY Binding in Any Programming Language 250 available 2018-05-25

When the LBRY daemon is running, it provides a set of API calls available via a webserver running on localhost.

We want to make it as easy as possible to interact with LBRY in every programming language.

Completing this bounty involves creating a simple library to make it as easy as possible to interact with the LBRY protocol in a language we do not already have a binding for.

An example of a binding can be found in the php-api repo.

A binding can typically be written using cURL in less than 100 lines of code. The repo should be well documented for the wrapper language, have install/setup instructions and tests.

If you are pursuing this effort, please email us so we can update this bounty with the current progress.

Bounty Status:
Ruby - Completed
Lua - In Progress