diff --git a/src/assets/images/exchanges/LCX.png b/src/assets/images/exchanges/LCX.png new file mode 100644 index 0000000000000000000000000000000000000000..0e84d8856ec56e41484fb955c4092bc79836b4de Binary files /dev/null and b/src/assets/images/exchanges/LCX.png differ diff --git a/src/assets/images/exchanges/coinoswap.png b/src/assets/images/exchanges/coinoswap.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f27ea8a4487c2ba152ad6d025b40b7bc041fa0 Binary files /dev/null and b/src/assets/images/exchanges/coinoswap.png differ diff --git a/src/helpers/exchanges.ts b/src/helpers/exchanges.ts index 11661cfaa424ca1b6cd442ae6e470a5c87dad766..a7ce1c5c1481d5caad24b77ccf2fa74358235f8f 100644 --- a/src/helpers/exchanges.ts +++ b/src/helpers/exchanges.ts @@ -74,6 +74,12 @@ export const EXCHANGES = [ website: 'https://www.coinex.com/exchange/hive-usdt', image: 'coinex.png', }, + { + id: 'coinoswap', + name: 'CoinoSwap', + website: 'https://www.coinoswap.com', + image: 'coinoswap.png', + }, { id: 'cryptex24', name: 'Cryptex24', @@ -146,6 +152,12 @@ export const EXCHANGES = [ website: 'https://www.kcex.com/futures/exchange/HIVE_USDT', image: 'kcex.svg', }, + { + id: 'lcx', + name: 'LCX', + website: 'https://exchange.lcx.com/sv/trade/HIVE-EUR', + image: 'LCX.png', + }, { id: 'leodex', name: 'LeoDex', diff --git a/src/pages/about.vue b/src/pages/about.vue index a96e3947ba1d47431e14d73e555737aebcaaad33..45e2c2ee69606dc2cb5f34970502a2f3ecda005a 100644 --- a/src/pages/about.vue +++ b/src/pages/about.vue @@ -53,85 +53,276 @@

Roadmap

-

Almost all core development updates are posted on Hive +

Just about all our core development updates are shared on Hive @blocktrades

-

Q3 2024

+

2025 Q3

+

Updated HAF API stack

+

Hived Node software

-
- -
-

- Q4 2024 -

+

Social media API server

+

+ +

+

Wallet balance tracking and account history API servers

+

+ +

+

Block explorer API

+

+ +

+

Hive libraries

+

+ +

+

Embeddable HTML Web page Components

+

+ +

+

Embeddable Wax UI components

+

+

Web Dapps

+

+ +

+

Key management and security apps

+

+

-

- Q1 2025 -

+

2025 Q4

+

Updated HAF (base layer for designing API servers)

+

+ +

+

Hive Libraries

+

Web Dapps

+

+ +

+

Key management and security apps

+

+ +

+

Coinbase Mesh API support for Hive

+
-

- Q2 2025 -

+

2026 Q1

+ +

Prototyping for smart contracts designing

+ +

Updates to API stack

+

Web Dapps

+

+ +

+ +
+

2026 Q2

+ +

Hived Blockchain nodes on ARM-based cell phones

+
+ +
+

2026 Q3

+ +

Pruned HAF API nodes on ARM-based cell phones (for personal API nodes)

+
@@ -241,6 +432,11 @@ export default defineComponent({ border-bottom: 10px solid #e31236; margin-bottom: 12px; } + &__sub { + width: fit-content; + color: #e31236; + margin-bottom: 12px; + } } }