FIO Chain Overview
Page Spec
Item | Content |
---|---|
Page URL | /fio-chain/overview |
Page Title | FIO Protocol - FIO Chain Overview |
Design | https://www.figma.com/file/n33HwJfIuwy068A7G0Bdpg/FIO-Website?type=design&node-id=576-5607 |
Section Content
FIO Chain Live!
Search box
When user clicks Search or hits enter redirect to the following url (same tab) based on content in this order:
Content format | Redirect Url |
---|---|
String longer than 64 characters | |
Regex: | |
Regex: | |
Regex: |
Dynamic Content
On initial load show “Waiting for data” (see Figma) before data is populated from APIs
This content needs to refresh every 3 seconds
Show max 5 transactions and then start replacing the older ones
Content element | Endpoint | Request | Response |
---|---|---|---|
Latest Block Producer | N/A | Use {
"server_version": "533ed469",
"chain_id": "21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c",
"head_block_num": 208004440,
"last_irreversible_block_num": 208004104,
"last_irreversible_block_id": "0c65e40850aef57864d6ee3621b71cb90f40101628afa07a9b6dffc9ee124a41",
"head_block_id": "0c65e5584c7f8b5901d1c3b54cd8a76afc27eb650bc21428b1a6a58dc7b8319b",
"head_block_time": "2023-07-12T19:18:17.500",
"head_block_producer": "hislmnfx13ya",
"virtual_block_cpu_limit": 200000000,
"virtual_block_net_limit": 1048576000,
"block_cpu_limit": 199900,
"block_net_limit": 1048576,
"server_version_string": "v3.3.0",
"fork_db_head_block_num": 208004440,
"fork_db_head_block_id": "0c65e5584c7f8b5901d1c3b54cd8a76afc27eb650bc21428b1a6a58dc7b8319b"
} | |
N/A |
| ||
Latest Block | N/A | Use {
"server_version": "533ed469",
"chain_id": "21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c",
"head_block_num": 208004440,
"last_irreversible_block_num": 208004104,
"last_irreversible_block_id": "0c65e40850aef57864d6ee3621b71cb90f40101628afa07a9b6dffc9ee124a41",
"head_block_id": "0c65e5584c7f8b5901d1c3b54cd8a76afc27eb650bc21428b1a6a58dc7b8319b",
"head_block_time": "2023-07-12T19:18:17.500",
"head_block_producer": "hislmnfx13ya",
"virtual_block_cpu_limit": 200000000,
"virtual_block_net_limit": 1048576000,
"block_cpu_limit": 199900,
"block_net_limit": 1048576,
"server_version_string": "v3.3.0",
"fork_db_head_block_num": 208004440,
"fork_db_head_block_id": "0c65e5584c7f8b5901d1c3b54cd8a76afc27eb650bc21428b1a6a58dc7b8319b"
}
| |
Transactions | Use {
"block_num_or_id":211471729
} | Iterate through
Make entire transaction id in list and overlay link to: https://fio.bloks.io/transaction/Transaction ID
|
Benefits and Innovations
Links will be added later