1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-26 12:10:14 +00:00

Created Comments:BIP 0171 (markdown)

Stéphane Traumat 2018-07-31 22:50:28 +02:00
parent 8cdf6b18d9
commit 6e12e112eb

10
Comments:BIP-0171.md Normal file

@ -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 im 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 )
***