The world's most advanced blockchain testnet - preparing for global deployment
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
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"}'MagnetWallet Configuration:
{
"network": "sourceless-testnet-1",
"rpcUrl": "https://rpc.testnet.sourceless.io",
"chainId": "sourceless-testnet-1",
"isTestnet": true
}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"
});- Testnet Guide - Complete usage guide
- API Reference - REST & WebSocket APIs
- Developer Guide - Build on testnet
- FAQ - Common questions
| 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 |
- Target TPS: 10,750
- Block Time: 5 seconds
- Finality: 15 seconds (~3 blocks)
- Network Latency: <500ms average
- Uptime Target: 99.5%
| 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.
✅ Proof Signatures - HMAC-SHA256 with replay protection
✅ Merkle Anchoring - Batch integrity verification
✅ Strict Proof Enforcement - All transactions verified
✅ Nonce Tracking - Prevent replay attacks
- Rate limiting (10,000 req/min per IP)
- DDoS protection via Cloudflare
- Encrypted P2P communication
- Multi-signature validator keys
HTTP: https://rpc.testnet.sourceless.io
WS: wss://ws.testnet.sourceless.io
View all transactions, blocks, and accounts:
https://explorer.testnet.sourceless.io
Get Account Balance:
curl https://api.testnet.sourceless.io/account/YOUR_ADDRESS/balanceSend Transaction:
curl -X POST https://api.testnet.sourceless.io/transaction \
-H "Content-Type: application/json" \
-d '{
"from": "str1abc...",
"to": "str1xyz...",
"amount": "100",
"token": "STR"
}'Check real-time network health:
Dashboard: https://testnet.sourceless.io/dashboard
Status: https://status.testnet.sourceless.io
Metrics: https://metrics.testnet.sourceless.io
We welcome contributions! Here's how:
- Test the network - Find bugs, report issues
- Build applications - Deploy smart contracts
- Write documentation - Improve guides
- Join discussions - Discord, Telegram, GitHub
See CONTRIBUTING.md for details.
Find vulnerabilities, earn rewards:
| Severity | Reward |
|---|---|
| Critical | $5,000 |
| High | $2,000 |
| Medium | $500 |
| Low | $100 |
Submit reports: security@sourceless.io
- Website: https://testnet.sourceless.io
- Discord: https://discord.gg/sourceless-testnet
- Telegram: https://t.me/sourceless_testnet
- Twitter: https://twitter.com/sourceless_net
- GitHub: https://github.com/alexccoin/sourceless-testnet
- Email: support@sourceless.io
- Deploy 100 validators
- Public faucet live
- Basic explorer functional
- Stress testing (10,750 TPS)
- Developer onboarding
- Community feedback collection
- Bug fixes and optimizations
- Enhanced documentation
- Security audit completion
- Migration planning
- Final testing round
- Mainnet launch preparation
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.
MIT License - see LICENSE for details.
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 Now → https://testnet.sourceless.io
© 2025 Sourceless Blockchain. Testnet Edition.