mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-16 04:34:55 +02:00
index.md: Adding features.
This commit is contained in:
parent
cc56c391f8
commit
6153fba3fc
1 changed files with 23 additions and 0 deletions
23
index.md
23
index.md
|
|
@ -10,4 +10,27 @@ hero:
|
|||
- theme: brand
|
||||
text: Get started
|
||||
link: /docs/installation/
|
||||
features:
|
||||
- title: Integrate blockchain data into your app.
|
||||
details: Thalos makes it easy for developers to integrate blockchain into apps.
|
||||
icon:
|
||||
src: /icons/blocks.svg
|
||||
alt: blocks
|
||||
link: /docs/
|
||||
- title: Redis
|
||||
details: With the power of redis pub/sub. Read SHIP messages fast and easy
|
||||
icon:
|
||||
src: /icons/redis.svg
|
||||
alt: redis
|
||||
link: https://redis.io
|
||||
linkText: Redis official website
|
||||
- title: Multilanguage support
|
||||
details: >
|
||||
Feel free to use your preferred programming language.
|
||||
You can either utilize our tailored libraries or directly interact with Thalos using a redis-client to access blockchain data.
|
||||
icon:
|
||||
src: /icons/monitor.svg
|
||||
alt: monitor
|
||||
link: /docs/api/clients
|
||||
linkText: Client libraries
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue