diff --git a/src/node/technology-stack.md b/src/node/technology-stack.md index b6e3d91..8d38734 100644 --- a/src/node/technology-stack.md +++ b/src/node/technology-stack.md @@ -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** @@ -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. \ No newline at end of file +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.