From ef67160a4b59a256eb019a92ef5caa424daad20a Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 25 May 2018 16:32:04 -0400 Subject: [PATCH] reinstate lbry-binding --- content/bounty/lbry-binding.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/bounty/lbry-binding.md diff --git a/content/bounty/lbry-binding.md b/content/bounty/lbry-binding.md new file mode 100644 index 00000000..04b5e8e9 --- /dev/null +++ b/content/bounty/lbry-binding.md @@ -0,0 +1,17 @@ +--- +category: code +title: LBRY Binding in Any Programming Language +award: 250 +status: available +date: '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](https://github.com/lbryio/php-api) repo. + +A binding can typically be written using cURL in less than 100 lines of code.