Skip to content

allianzatech/blockchainallianza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

228 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allianza Blockchain

Allianza Blockchain Python License Tests Success Rate Testnet

Advanced Blockchain Platform with Cross-Chain Interoperability

FeaturesDocumentationQuick StartSecurityGetting StartedTesting


💰 Investment Opportunity - Seed Round Open

🌐 The First Quantum-Safe, Bridge-Free Cross-Chain Infrastructure

Solving $2.5B+ bridge hacks and $1T+ quantum risk with proven technology

Market Opportunity Allianza Solution
$50B+ Cross-Chain Volume Bridge-Free Protocol (ALZ-NIEV)
$1T+ Quantum Risk QRS-3 Triple Protection
100% Success Rate 41 Technical Validations

💼 Investment Details:

  • Valuation: $20M Pre-Money
  • Investment Ask: $3M - $5M (15-20% equity)
  • Round: Seed - Open for Strategic Partners

🏆 Market Comparables:

Company Current Valuation Problem Solved
LayerZero $3+ Billion Cross-chain messaging
Chainlink $8+ Billion Oracle infrastructure
Wormhole $2.5+ Billion Cross-chain bridge

Allianza Advantage: Unlike LayerZero and Wormhole at seed stage, Allianza has working technology with live testnet and verifiable proofs. Positioned to become the next infrastructure protocol reaching multi-billion dollar valuations.

Quick Links:

Why Invest:

  • Proven Technology - Public testnet with real cross-chain transfers (Solana → Bitcoin verified)
  • No Competitors - Only bridge-free + quantum-safe solution
  • Enterprise-Ready - Institutional-grade audit guides and proofs
  • Open Core Model - Sustainable revenue with transparent protocols
  • Working Now - Not a whitepaper, but production-ready technology

🌟 Features

  • Cross-Chain Interoperability: Real transfers between EVM, non-EVM, and sovereign blockchains
  • ALZ-NIEV Protocol: 5-layer interoperability system with ZK proofs
  • Quantum-Safe Security: Post-quantum cryptography (ML-DSA, ML-KEM, SPHINCS+)
  • Bridge-Free Transfers: No custody, no wrapped tokens
  • Multi-Consensus Support: PoW, PoS, PoH+PoS+BFT, Custom BFT

📚 Documentation

Document Description
Complete README Complete system documentation
Security Model Security architecture and model
Threat Model Threat analysis and mitigation
Audit Guide External audit guidelines
Technical Proofs Technical proofs and verifications
Roadmap Development roadmap

🔬 Technical Proofs

Allianza Blockchain provides verifiable technical proofs that can be independently audited:

  • 41 Technical Validations - 100% success rate
  • On-Chain Verifiable Transactions - Real transactions on Bitcoin, Ethereum, Polygon testnets
  • Quantum Security Proofs - QRS-3 implementation verified
  • Cross-Chain Interoperability Proofs - Real transfers between blockchains
  • Public Testnet - Fully functional testnet available at https://testnet.allianza.tech

Quick Access:

Verification Scripts:

# Verify all technical proofs
python scripts/verify_technical_proofs.py

# Verify on-chain transactions
python scripts/verify_on_chain_transactions.py

# Verify QRS-3 implementation
python scripts/verify_qrs3_implementation.py

🏗️ Project Structure

allianza-blockchain/
├── core/                    # Core blockchain components
│   ├── interoperability/    # Cross-chain interoperability
│   ├── consensus/          # Consensus mechanisms
│   └── quantum/            # Quantum-safe cryptography
├── testnet/                # Testnet infrastructure
├── scripts/                # Utility scripts
├── docs/                   # Documentation
├── config/                 # Configuration files
├── templates/              # Web templates
└── static/                 # Static assets

🛠️ Installation

Quick Start (Docker - Recommended)

# Clone repository
git clone https://github.com/allianzatech/blockchainallianza.git
cd blockchainallianza

# Run with Docker (one command)
docker-compose -f docker-compose.public.yml up

# Or build and run
docker build -f Dockerfile.public -t allianza-public .
docker run -v $(pwd)/verification_reports:/app/verification_reports allianza-public

Manual Installation

Requirements

  • Python 3.8+
  • Redis (optional, for caching)
  • Node.js 16+ (for frontend assets)

Setup

# Clone repository
git clone https://github.com/allianzatech/blockchainallianza.git
cd blockchainallianza

# Install dependencies
pip install -r requirements.txt

# Install frontend dependencies (optional)
npm install

GitHub Codespaces

Click the green "Code" button and select "Codespaces" to test the repository in your browser with one click!

📖 Quick Start

Run All Demos

# Linux/Mac
./examples/run_all_demos.sh

# Windows
examples\run_all_demos.bat

Docker Quick Test

docker-compose -f docker-compose.public.yml up

1. Clone and Install

git clone https://github.com/allianzatech/blockchainallianza.git
cd blockchainallianza
pip install -r requirements.txt

2. Run Examples

# QRS-3 Signature Demo
python examples/qrs3_demo.py

# ALZ-NIEV Protocol Demo
python examples/alz_niev_demo.py

# Cross-Chain Transfer Demo
python examples/cross_chain_transfer.py

3. Verify Technical Proofs

# Verify all proofs
python scripts/verify_technical_proofs.py

# Verify on-chain transactions
python scripts/verify_on_chain_transactions.py

For detailed instructions, see GETTING_STARTED.md

🔐 Security

This project implements quantum-safe cryptography and follows security best practices.

  • Post-Quantum Cryptography: ML-DSA, ML-KEM, SPHINCS+
  • Zero-Knowledge Proofs: ZK-SNARK verification
  • Multi-Layer Security: 6 layers of security protection
  • Audit Logs: Complete transaction and system audit trails

See SECURITY.md for complete security documentation.

🌐 Cross-Chain Interoperability

Allianza supports real cross-chain transfers between:

  • EVM Chains: Ethereum, Polygon, BSC, Base
  • Non-EVM: Solana (PoH+PoS+BFT)
  • Sovereign: Allianza (Custom PoS+BFT)
  • UTXO: Bitcoin (PoW)

All transfers include:

  • ✅ ZK Proofs (verified on-chain)
  • ✅ Merkle Proofs (inclusion verification)
  • ✅ Consensus Proofs (consensus-specific validation)
  • ✅ State Transition Hashes
  • ✅ No custody, no wrapped tokens

📄 License

This project uses a commercial license. See LICENSE for details.

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

🧪 Testing

Run tests and verify technical proofs:

# Run all public tests
python tests/public/run_all_tests.py

# Verify technical proofs
python scripts/verify_technical_proofs.py

See TESTING.md for complete testing guide.

🌐 Links


Built with ❤️ by Allianza Tech

WebsiteDocumentationSecurity