trezoa-sdk-ids 3.2.2

Trezoa SDK IDs
Documentation
NOTICE

Trezoa SDK IDs v3.2.2
===================

This software is a derivative work based on the original Solana SDK IDs crate.

ORIGINAL WORK:
--------------
Name: solana-sdk-ids
Version: 3.0.0
Source: https://crates.io/crates/solana-sdk-ids
Repository: https://github.com/anza-xyz/solana-sdk
Authors: Anza Maintainers <maintainers@anza.xyz>
License: Apache License 2.0

DERIVATIVE WORK:
----------------
Name: trezoa-sdk-ids
Version: 3.2.2
Repository: https://github.com/Trezoa-team/trezoa-sdk-ids
Authors: Trezoa-team <foundation@trezoa.xyz>
License: Apache License 2.0 (same as original)

MODIFICATIONS:
--------------
- Renamed crate from 'solana-sdk-ids' to 'trezoa-sdk-ids'
- Updated package metadata for Trezoa Blockchain ecosystem
- Changed dependency from 'solana-pubkey' to 'trezoa-pubkey'
- Updated version to 3.2.2
- Modified author information and repository URLs
- Adapted for Trezoa Blockchain compatibility

PURPOSE:
--------
This crate provides core system program IDs and account addresses used
throughout the Trezoa Blockchain ecosystem. It contains fundamental
identifiers for programs like the system program, stake program, vote
program, and various system variables (sysvars).

LEGAL NOTICE:
-------------
This derivative work is distributed under the Apache License 2.0,
the same license as the original work. All original copyrights and
attributions are preserved and belong to their respective authors.

Original Copyright © Anza Maintainers and contributors
Modifications Copyright © 2025 TRZ Ledger Foundation

For the complete license text, see the LICENSE file in this distribution
or visit: https://www.apache.org/licenses/LICENSE-2.0

ACKNOWLEDGMENTS:
----------------
We acknowledge and thank the original Solana developers and the Anza
team for their foundational work that made this derivative possible.
This work builds upon their excellent codebase and maintains
compatibility while adapting it for the Trezoa ecosystem.