Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 1FA339DA for ; Tue, 21 Aug 2018 21:13:02 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 243827D4 for ; Tue, 21 Aug 2018 21:13:01 +0000 (UTC) Received: by mail-lf1-f43.google.com with SMTP id c7-v6so1336772lfe.0 for ; Tue, 21 Aug 2018 14:13:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Dci2OaEh8vlKJlEAGOm5h8C7VfGopABVRlrm+Df0ZGo=; b=UcGPUo4XhThbj098RrMg7+vXLs6T/uGHlp45JYNrjNRJbX9YdgYnAhRpqhu1VpCVhX drPgf25elfGrnP5z23CCfjEPRfBMmchiSJKv9yoUZxyRLYejowpDtX8Lew9H9kC/jrfL m6mC7BwZsJFnWsen7CC/I06VSVk8PBkNwxVcx6OgpvCigkJ6iwu7ROove5SxWxj5gOwQ Mid8ZzqFsXx4J7f0fWeXlBFi7YqOm+fjIlgZTMx0O6FtfzAIU2Pf7K4ass/9EXkFxZ9O 0qIBQdk2b70a/EZQfW8MJM3HIOpnC79mg7yt5p4kECTlvniiXDywoHiOgw83T5BJD5gv A2EA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Dci2OaEh8vlKJlEAGOm5h8C7VfGopABVRlrm+Df0ZGo=; b=CFT8tUvotzYYY+xSs8NQ3rBhEHf+UBWz/gH1juo/UnEj6Efam4S00LCtO1IR/gIeFU ytwK4vF+gthdFho7WXIVUGM8bG8m+mS3C7a7lLV5bf23athdsbY7OfGUvMVWsJN7nJ6E 5IdDfhqQ4/Aqe0MvqTdqLeQJUPHFb5XnSnyHkenllocHvGRBQns+gej5uuYDZvuZbGYU CCRlrEMsw4+RS9dd4Z+mI2pDmM4KcGioBduIIVal6Zqp3JAuRrxJUmRJrtZfxZprKEPb w4Plr/A/nl5TE8HHujcYvXE3NSBb5XMO4RjHC180YFJ8H633Og51mcdbG7LTyqugVSIE gk4A== X-Gm-Message-State: AOUpUlFupfhNf61xD9koQeO85N2nmuq8gs13iSSfOR/MjClT3+GgSIOX S/cUmOSMbOlnl/XDvb3gpFD/gEiem4w9vvhlfmFh2g== X-Google-Smtp-Source: AA+uWPyY0zUp8jSlLzjlUysvvTID0M6wGwK+sHOQU/CkhaQughBxcJQ0UfTjMbzKgg5Bkm6AxZ8YIKW6Ktxp5ZKkiwU= X-Received: by 2002:a19:e51a:: with SMTP id c26-v6mr5397268lfh.78.1534885978984; Tue, 21 Aug 2018 14:12:58 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?St=C3=A9phane_Traumat?= Date: Tue, 21 Aug 2018 23:12:47 +0200 Message-ID: To: "bitcoin-dev@lists.linuxfoundation.org" Content-Type: multipart/alternative; boundary="0000000000008c56490573f87d00" X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, HTML_MESSAGE, HTML_OBFUSCATE_05_10, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Wed, 22 Aug 2018 10:21:34 +0000 Subject: [bitcoin-dev] BIP171 - Specs, Mock server, template project and client librairies X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2018 21:13:02 -0000 --0000000000008c56490573f87d00 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, I worked on the BIP 171 and I created Cerise (github ) that provides the following artifacts : - BIP-0171 specifications . - A mocked BIP-0171 compliant server available online you can use to understand the API and make calls. - A mocked BIP-0171 compliant server as a Java application you can use to develop your client application. - A mocked BIP-0171 compliant server as a Docker image you can use to develop your client application. - A BIP-0171 library to transform your application in a BIP-0171 server. - A server template project to quickly write your implementation and automatically produce your BIP-0171 server. - A collection of client libraries to call any BIP-0171 compliant server with your favorite language. I made some proposal of evolutions here : https://github.com/bitcoin/bips/wiki/Comments:BIP-0171 I hope it helps and if you have any suggestion on how I could help more, let me know. --=20 *St=C3=A9phane Traumat* https://about.me/straumat --0000000000008c56490573f87d00 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I worked on the BIP 171=C2=A0and I created Cerise=C2=A0(github)=C2=A0that provides=C2=A0the following artifacts :

I made some proposal of evolutions here :=C2=A0https://github.com/bitcoin/bips/wi= ki/Comments:BIP-0171

I hope it helps and= if you have any suggestion on how I could help more, let me know.
--
St=C3=A9phane Traumat
<= a href=3D"https://about.me/straumat">https://about.me/straumat
--0000000000008c56490573f87d00--