Skip to content

Commit

Permalink
Merge pull request #12 from Endogen/main
Browse files Browse the repository at this point in the history
Fix wrong link
  • Loading branch information
Endogen authored Jan 11, 2025
2 parents 4e01c4c + e61c2cb commit 5e18b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/technology-stack.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Technology Stack

The Xian blockchain project is built upon a meticulously selected stack of technologies designed to offer scalability, security, and ease of use. Central to our project are [CometBFT](https://cometbft.com/), [ABCI (Application Blockchain Interface)](https://docs.cometbft.com/latest/architecture/abci/), and [Contracting](/smart-contracts/), a Python-based smart contract language. This combination ensures that Xian is not just another blockchain platform; it's a bridge between accessibility and advanced blockchain functionality. Below, we delve into each component of our technology stack and explain how they contribute to making Xian a pioneering solution in the blockchain space.
The Xian blockchain project is built upon a meticulously selected stack of technologies designed to offer scalability, security, and ease of use. Central to our project are [CometBFT](https://cometbft.com/), [ABCI (Application Blockchain Interface)](https://docs.cometbft.com/latest/architecture/abci/), and [Contracting](/contracts/), a Python-based smart contract language. This combination ensures that Xian is not just another blockchain platform; it's a bridge between accessibility and advanced blockchain functionality. Below, we delve into each component of our technology stack and explain how they contribute to making Xian a pioneering solution in the blockchain space.

## **CometBFT**

Expand Down Expand Up @@ -32,4 +32,4 @@ Contracting is where Xian truly shines, offering a subset of Python tailored for

Contracting's design philosophy emphasizes accessibility and security, making blockchain development more approachable without compromising on the robustness required for decentralized applications. By marrying Python's straightforward syntax with blockchain-specific enhancements, Contracting significantly lowers the entry barrier to blockchain development. This strategic choice not only accelerates innovation within the Xian ecosystem but also invites a diverse community of developers to contribute to the future of decentralized technology.

In the subsequent sections of this GitBook, we'll explore Contracting in greater depth, providing tutorials, best practices, and examples to help developers harness the full potential of this powerful tool for smart contract development. Whether you're crafting simple contracts or intricate decentralized applications, Contracting and the Xian platform offer the resources and support needed to bring your blockchain vision to life.
In the subsequent sections of this GitBook, we'll explore Contracting in greater depth, providing tutorials, best practices, and examples to help developers harness the full potential of this powerful tool for smart contract development. Whether you're crafting simple contracts or intricate decentralized applications, Contracting and the Xian platform offer the resources and support needed to bring your blockchain vision to life.

0 comments on commit 5e18b9d

Please sign in to comment.