2017 m. gruodžio 14 d., ketvirtadienis

stellar

Official website: https://www.stellar.org/
Buying stellar:
https://stellarterm.com/
http://yicex.com/

Stellar testnet
https://www.stellar.org/developers/guides/concepts/test-net.html
https://github.com/stellar/stellar-core/blob/master/docs/stellar-core_testnet.cfg

Discussion:
https://galactictalk.org/
https://stellar.stackexchange.com - Stack exchange for questions.


The stellar development foundation runs two horizon servers:
https://horizon.stellar.org
https://horizon-testnet.stellar.org.

Stellar laboratory (place where you can test)
https://www.stellar.org/laboratory/#account-creator?network=test

Stellar expert (Block explorer)
https://stellar.expert/explorer/asset/native 

Build challange
https://www.stellar.org/lumens/build/

Services:
https://stellar.expert/explorer/  - Block explorer and analytics platform for Stellar Network.
https://steexp.com - stellar explorer
https://stellar.debtmoney.xyz/
https://stellardesk.org/  - Stellar desk
http://stellar-price.com - Find best stellar prices
https://www.fedcloud.info/ - Custom dns names

Wallets:
https://lobstr.co/
http://luuun.com/
https://astralwallet.io/

Online:
https://stellarterm.com/#account
https://www.stellar.org/account-viewer/#!/

Horizon is the client-facing API server for the Stellar ecosystem.
It acts as the interface between Stellar Core and applications that want to access the Stellar network. Horizon allows you to submit transactions to the network, check the status of accounts, and subscribe to event streams.

Virtual API in Horizon
  • History API
    provides list of transations
  • Transaction Submission API
  • Trading APi

Resourses
/transaction/....../operation
FILTER             TYPE


/efects - every change in account history
/efects/ledgers/1 - filter
/transaction/...hash..../efects - efects by transaction
/transaction/...hash..../operations - selecting specification what changes was made to leadger

Responses:
json response
links are expresing relationships between  various objects, that are expressed in history API

Video:
Horizon: API webserver for the Stellar network