Skip to content

alexccoin/sourceless-testnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourceless Testnet

The world's most advanced blockchain testnet - preparing for global deployment

Version License Network


🌐 What is Sourceless Testnet?

Sourceless Testnet is a public testing environment for the Sourceless Blockchain ecosystem, featuring:

  • 🔥 10,750 TPS sustained throughput
  • ⚡ 5-second blocks for rapid testing
  • 🌐 100 validators distributed globally
  • 🔐 Cryptographic hardening (signatures + Merkle anchoring)
  • 💰 Free test tokens via automated faucet
  • 🛠️ Developer-friendly APIs and tools

🚀 Quick Start

1. Get Test Tokens

Visit our faucet: https://faucet.testnet.sourceless.io

Request test STR tokens (1,000 STR per 24 hours):

curl -X POST https://api.testnet.sourceless.io/faucet/request \
  -H "Content-Type: application/json" \
  -d '{"address": "YOUR_STR_ADDRESS"}'

2. Connect Your Wallet

MagnetWallet Configuration:

{
  "network": "sourceless-testnet-1",
  "rpcUrl": "https://rpc.testnet.sourceless.io",
  "chainId": "sourceless-testnet-1",
  "isTestnet": true
}

3. Mint a STR.Domain

Test domain minting costs only 99.9 STR (10x cheaper than mainnet):

const domain = await sourceless.domains.mint({
  name: "myapp.str",
  owner: yourAddress,
  cost: "99.9"
});

📚 Documentation


🏗️ Network Architecture

Validator Distribution

Type Count Role
Genesis Nodes 5 Core consensus leaders
Supernodes 15 High-performance validators
Mini Validators 60 Standard validation
STARW Workers 20 Workload distribution
Total 100 Full network

Performance Metrics

  • Target TPS: 10,750
  • Block Time: 5 seconds
  • Finality: 15 seconds (~3 blocks)
  • Network Latency: <500ms average
  • Uptime Target: 99.5%

💎 Testnet Tokens

Token Supply Faucet Amount Purpose
STR 6.3M 1,000 Primary utility token
CCOS 630K 100 Consensus rewards
ARSS 500K 50 Smart contract gas
WSTR 1M 100 Wrapped STR
ESTR 100K 10 Enterprise token

All tokens are test tokens with no real-world value.


🔐 Security Features

Cryptographic Hardening (v0.23.0)

Proof Signatures - HMAC-SHA256 with replay protection
Merkle Anchoring - Batch integrity verification
Strict Proof Enforcement - All transactions verified
Nonce Tracking - Prevent replay attacks

Network Security

  • Rate limiting (10,000 req/min per IP)
  • DDoS protection via Cloudflare
  • Encrypted P2P communication
  • Multi-signature validator keys

🛠️ Developer Tools

Public RPC Endpoints

HTTP:  https://rpc.testnet.sourceless.io
WS:    wss://ws.testnet.sourceless.io

Explorer

View all transactions, blocks, and accounts:
https://explorer.testnet.sourceless.io

API Examples

Get Account Balance:

curl https://api.testnet.sourceless.io/account/YOUR_ADDRESS/balance

Send Transaction:

curl -X POST https://api.testnet.sourceless.io/transaction \
  -H "Content-Type: application/json" \
  -d '{
    "from": "str1abc...",
    "to": "str1xyz...",
    "amount": "100",
    "token": "STR"
  }'

📊 Network Status

Check real-time network health:

Dashboard: https://testnet.sourceless.io/dashboard
Status: https://status.testnet.sourceless.io
Metrics: https://metrics.testnet.sourceless.io


🤝 Contributing

We welcome contributions! Here's how:

  1. Test the network - Find bugs, report issues
  2. Build applications - Deploy smart contracts
  3. Write documentation - Improve guides
  4. Join discussions - Discord, Telegram, GitHub

See CONTRIBUTING.md for details.


🐛 Bug Bounty Program

Find vulnerabilities, earn rewards:

Severity Reward
Critical $5,000
High $2,000
Medium $500
Low $100

Submit reports: security@sourceless.io


📞 Support & Community


📅 Testnet Roadmap

Phase 1: Launch ✅ (Weeks 1-2)

  • Deploy 100 validators
  • Public faucet live
  • Basic explorer functional

Phase 2: Testing 🚀 (Weeks 3-4)

  • Stress testing (10,750 TPS)
  • Developer onboarding
  • Community feedback collection

Phase 3: Refinement 🔧 (Weeks 5-6)

  • Bug fixes and optimizations
  • Enhanced documentation
  • Security audit completion

Phase 4: Mainnet Prep 🎯 (Weeks 7-8)

  • Migration planning
  • Final testing round
  • Mainnet launch preparation

⚠️ Testnet Disclaimer

This is a testing network. All tokens have zero real-world value. The network may be reset at any time. Do not deploy production applications on testnet.


📄 License

MIT License - see LICENSE for details.


🙏 Acknowledgments

Built by the Sourceless team:

  • Alexandru Marius Stratulat - Founder & Lead Developer
  • Core Contributors - Blockchain architecture
  • Community - Testing and feedback

Ready to build the future?

🚀 Get Started Nowhttps://testnet.sourceless.io

© 2025 Sourceless Blockchain. Testnet Edition.

About

Sourceless Blockchain Testnet - Public testing environment for world deployment. 100 validators, 10,750 TPS, cryptographic hardening. ⚠️ All tokens have ZERO real value.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors