From 6e12e112eb7c31a0e59ecaf96d8ee90dd95fb861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Traumat?= Date: Tue, 31 Jul 2018 22:50:28 +0200 Subject: [PATCH] Created Comments:BIP 0171 (markdown) --- Comments:BIP-0171.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Comments:BIP-0171.md diff --git a/Comments:BIP-0171.md b/Comments:BIP-0171.md new file mode 100644 index 0000000..bd0d531 --- /dev/null +++ b/Comments:BIP-0171.md @@ -0,0 +1,10 @@ +*** +I just released CERISE ([website](http://www.cerise.tech/) & [github](https://github.com/straumat/cerise)) a project with the following artifacts : +* A mocked server implementation to start developing clients : [https://github.com/straumat/cerise](https://github.com/straumat/cerise). +* A live & documented API to understand and directly calls the methods : [http://api.cerise.tech/docs](http://api.cerise.tech/docs). +* Specifications of the four methods : [Enumerating supported currency-pair tokens](http://www.cerise.tech/specifications/0.3-SNAPSHOT/supportedCurrencyPairTokensAPI.html), [Currency-pair information](http://www.cerise.tech/specifications/0.3-SNAPSHOT/currencyPairInformationAPI.html), [Current exchange rate](http://www.cerise.tech/specifications/0.3-SNAPSHOT/currentExchangeRateAPI.html) & [Historical exchange rates](http://www.cerise.tech/specifications/0.3-SNAPSHOT/historicalExchangeRatesAPI.html). +* 16 client librairies for various langages (Java, PHP, c++, Rusty, Ruby….) : [http://www.cerise.tech/#clients](http://www.cerise.tech/#clients). +* and i’m working on a template project to allow developers to quickly build a BIP171 compliant server without having to worrying about parameters validation, security, rest mechanics… will be done in september. + +Stéphane Traumat ( @straumat ) +***