Skip to content

Commit

Permalink
fix: pdf links
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Aug 26, 2024
1 parent 1963599 commit 590ddfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/whitepaper-2/background-on-aelf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ For aelf's consensus mechanism, it utilises the Delegated Proof of Stake (DPoS)

Last but not least, the [C# programming language](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/) forms the foundation of the entire aelf blockchain. C# is a robust, object-oriented language with strong type-checking, which enhances code reliability and reduces runtime errors and are crucial for the immutable and secure nature of blockchain applications. Its performance characteristics, including efficient memory management and speed, are beneficial for blockchain's demanding requirements. Further, C#'s support for asynchronous programming and parallel processing helps optimise the performance of blockchain nodes, ensuring they can handle multiple transactions simultaneously without significant latency. This strong technical foundation underpins aelf's ability to handle high transaction volumes and complex operations with ease.

For further details on aelf's original design and architecture, please kindly refer to our [original whitepaper](/pdf/aelf_whitepaper_v1.7_en.pdf).
For further details on aelf's original design and architecture, please kindly refer to our [original whitepaper](pathname:///pdf/aelf_whitepaper_v1.7_en.pdf).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 11
title: References and further readings
description: ""
---
1. aelf. Whitepaper V 1.7.0. October 25th, 2022. [[Link](/pdf/aelf_whitepaper_v1.7_en.pdf)]
1. aelf. Whitepaper V 1.7.0. October 25th, 2022. [[Link](pathname:///pdf/aelf_whitepaper_v1.7_en.pdf)]
2. Blockchain Council. "How Blockchain and AI Can Work Together." Blockchain Council, January 22, 2024. Retrieved from [[Link](https://www.blockchain-council.org/blockchain/how-blockchain-and-ai-can-work-together/)]
3. Buterin, V. (2024, January 30). Crypto AI. Retrieved from [[Link](https://vitalik.eth.limo/general/2024/01/30/cryptoai.html)]
4. Chen, Y., & Bellavitis, C. (2020). Blockchain disruption and decentralized finance: The rise of decentralized business models. Journal of Business Venturing Insights, 13, e00151. [[Link](https://doi.org/10.1016/j.jbvi.2019.e00151)]
Expand Down

0 comments on commit 590ddfd

Please sign in to comment.