Skip to content

Commit 694c357

Browse files
committed
Merge branch 'master' into post_quantum
2 parents dff2461 + 487dd4d commit 694c357

4 files changed

Lines changed: 98 additions & 97 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/kda-community/graphic-assets/refs/heads/main/logos/kda_community_edition_original/kdace_extended_lightbg_dark_4000_1000.png" alt="Kadena" title="Kadena">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/kda-community/graphic-assets/refs/heads/main/logos/kda_community_edition_original/kdace_extended_darkbg_light_4000_1000.png" />
4+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/kda-community/graphic-assets/refs/heads/main/logos/kda_community_edition_original/kdace_extended_lightbg_dark_4000_1000.png" />
5+
<img alt="KDA Community Edition" src="https://raw.githubusercontent.com/kda-community/graphic-assets/refs/heads/main/logos/kda_community_edition_original/kdace_extended_lightbg_dark_4000_1000.png" />
6+
</picture>
37
</p>
48
<p>&nbsp;</p>
59

@@ -10,12 +14,12 @@ protocol. Chainweb is a braided, parallelized Proof Of Work consensus mechanism
1014
that improves throughput and scalability in executing transactions on the
1115
blockchain while maintaining the security and integrity found in Bitcoin.
1216

13-
Read our [whitepapers](https://www.kadena.io/whitepapers):
17+
Read our [whitepapers](https://kda-chain.org/developers.html):
1418

1519
- [Chainweb: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput](https://d31d887a-c1e0-47c2-aa51-c69f9f998b07.filesusr.com/ugd/86a16f_029c9991469e4565a7c334dd716345f4.pdf)
1620
- [Agent-based Simulations of Blockchain Protocols illustrated via Kadena's *Chainweb*](https://d31d887a-c1e0-47c2-aa51-c69f9f998b07.filesusr.com/ugd/86a16f_3b2d0c58179d4edd9df6df4d55d61dda.pdf)
1721

18-
For additional information, press, and development inquiries, please refer to the Kadena [website](https://kadena.io)
22+
For additional information, press, and development inquiries, please refer to the Kadena [website](https://kda-chain.org/index.html)
1923

2024
## Table of Contents
2125

@@ -30,7 +34,7 @@ For additional information, press, and development inquiries, please refer to th
3034

3135
## Docs
3236

33-
The Kadena Docs site, which can be found [here](https://kadena-io.github.io/kadena-docs/) serves as a source of information about Kadena. You can find information about how to interact with the public chain, including how to get keys, view network activity, explore blocks, etc. [here](https://kadena-io.github.io/kadena-docs/Public-Chain-Docs).
37+
The Kadena Docs site, which can be found [here](https://kda-chain.org/docs/) serves as a source of information about Kadena. You can find information about how to interact with the public chain, including how to get keys, view network activity, explore blocks, etc. [here](https://kda-chain.org/docs/guides).
3438

3539
If you have additions or comments, please submit a pull request or raise an issue - the GitHub project can be found [here](https://github.com/kda-community/kadena-docs)
3640

0 commit comments

Comments
 (0)