# Blockchain Development

The DSW (DECENOMY Standard Wallet), hosted on GitHub and recognized as the central hub for code updates, plays a pivotal role in the DECENOMY ecosystem. \
It is crucial for implementing enhancements, including new features, functionality upgrades, and critical bug fixes.\
\
Following the new implementations, a testnet deployment is a fundamental stage of the blockchain development process. This crucial step ensures that any new modifications are rigorously evaluated in an environment that closely emulates live blockchain conditions.\
\
DECENOMY's designated testnet, tKYAN, serves as the testing ground where developers critically examine the effects of updates, discover bugs, and suggest improvements. Designed to mimic the behavior of live blockchains accurately, it operates on the DSW codebase, ensuring consistency between testing phases and live environments.\
\
After a successful testing phase, the code is first rolled out to one DECENOMY blockchain, typically starting with KYAN. This initiation triggers a wider rollout to additional chains within the ecosystem, promoting a consistent codebase among DECENOMY blockchains.\
\
Despite the standardized codebase, some DECENOMY blockchains feature unique attributes distinguishing them from others. Although these specific cases may require adjustments or exceptions from direct testnet rollouts to maintain their unique features, the fundamental DSW code remains crucial.\
\
**To learn more about each stage** **please follow the links**:

* [**DECENOMY Standard Wallet**](https://docs.decenomy.net/blockchain-development/decenomy-standard-wallet)
* [**DECENOMY Testnet tKYAN**](https://docs.decenomy.net/blockchain-development/decenomy-testnet-tkyan)
* [**Improvements**](https://docs.decenomy.net/blockchain-development/improvements)
* [**Commands**](https://docs.decenomy.net/blockchain-development/commands)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.decenomy.net/blockchain-development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
