Meeting notes from meeting with Stellar 12 December 2015 (Annotated hangout
Markus Geiß
5:06 PM
https://www.lucidchart.com/invitations/accept/d560e825-a278-43e4-a673-d0ba4e6ce640
https://www.lucidchart.com/invitations/accept/69cf9b4d-0264-469a-bf79-0600aabdf72d
To list all available commands enter "/?".
> Markus sent the rough architecture notes.
Bartek Nowotarski
5:09 PM
stellar.github.io/java-stellar-base
stellar.github.io/java-stellar-sdk
links:https://stellar.github.io/java-stellar-base
https://stellar.github.io/java-stellar-sdk
> Bartek linked the docs for the Java API
Jed McCaleb
5:16 PM
NETWORK_PASSPHRASE="Public Global Stellar Network ; September 2015"
> Jed provided access to public global stellar network
Bartek Nowotarski
5:23 PM
https://horizon-testnet.stellar.org
Live public network: https://horizon.stellar.org
> Bartek provided links to the test network and live network.
https://www.stellar.org/developers/learn/concepts/federation.html
> Bartek provided a link to the federation server description. Bartek will create the federation server.
Markus Geiß
5:29 PM
https://github.com/DominikTo/stellar-federation
> Markus provided a link to the existing Stellar federation server implementation. Jed informed us that it is out of date. Protocol has been changed slightly. Bartek will update.
> We will deploy one federation server per installation. Not a global federation server.
Jed McCaleb
5:34 PM
slack.stellar.org
http://slack.stellar.org
> Jed will set up a slack channel. Bartek is in Poland, so in the same time zone.
> Also, comment Java APIs. Limited examples.
> Domaine in Federation server must be configurable by tenant.
> Answers to Myrle's questions:
> Ignore Backwards compatibility: Stellar will work towards compatibility within their Java API.
> We can create our own network for tests purposes.
> The worst case scenario is 5 transactions/second. Horizon should be the bottleneck and not Mifos.
> Within Stellar we create one account per tenant. The account within the tenant that should receive/ has sent
funds is part of their memo information.
> Creating a horizon server is not strictly necessary; we can use theirs.