Help Resources
External Resources
External tools, explorers, and resources for Arch Network development
Resources
Bitcoin Mempool and Blockchain Explorer
Arch Regtest Explorer
- mempool.space - Arch Regtest - Bitcoin mempool and block explorer. This mempool.space instance monitors the regtest Bitcoin blockchain being used to run and validate all examples in this repository.
General Bitcoin Resources
- mempool.space - Main Bitcoin mempool and block explorer
- Blockstream Explorer - Bitcoin blockchain explorer
- Bitcoin Core Documentation - Official Bitcoin development documentation
Development Tools
Solana Development
- Solana CLI - Command-line interface for Solana development
- Solana Local Development Guide - Official guide for local Solana development
- Solana Program Library - Standard programs for Solana
- Anchor Framework - Framework for Solana program development
Rust Development
- Rust Book - Official Rust programming language book
- Rust by Example - Learn Rust through examples
- Cargo Book - Rust's package manager and build system
- Rust API Guidelines - Guidelines for Rust API design
Arch Network Resources
Official Repositories
- Arch Network Main Repository - Core Arch Network implementation
- Arch Examples - Example programs and tutorials
- Arch CLI - Command-line interface and tools
Community Resources
- Discord Community - Join our developer community
- GitHub Discussions - Community discussions and Q&A
- Arch Network Website - Official website and announcements
Bitcoin Development Resources
Bitcoin Core
- Bitcoin Core - Official Bitcoin implementation
- Bitcoin Developer Guide - Comprehensive development guide
- Bitcoin Improvement Proposals (BIPs) - Bitcoin protocol improvements
- Bitcoin Script - Bitcoin's scripting language
Bitcoin Libraries
- Bitcoin Core RPC - Bitcoin Core RPC API reference
- bitcoindevkit - Rust library for Bitcoin development
- bitcoinjs-lib - JavaScript Bitcoin library
- python-bitcoinlib - Python Bitcoin library
Cryptographic Resources
Threshold Signatures
- FROST Paper - Flexible Round-Optimized Schnorr Threshold Signatures
- ROAST Paper - Robust Asynchronous Schnorr Threshold Signatures
- FROST Implementation - Reference implementation by Zcash Foundation
Schnorr Signatures
- BIP 340 - Schnorr Signatures for secp256k1
- BIP 341 - Taproot: SegWit version 1 spending rules
- BIP 342 - Validation of Taproot Scripts
Development Environment
Docker Resources
- Docker Documentation - Official Docker documentation
- Docker Compose - Multi-container Docker applications
- OrbStack - Lightweight Docker alternative for macOS
IDE and Editor Extensions
VS Code Extensions
- Rust Analyzer - Rust language support
- Solana - Solana program development
- GitLens - Enhanced Git capabilities
- Thunder Client - API testing
- Markdown All in One - Markdown support
Other Editors
- IntelliJ Rust - Rust plugin for IntelliJ IDEA
- Vim/Neovim - Rust support with rust.vim
- Emacs - Rust support with rust-mode
Testing and Debugging
Testing Frameworks
- Rust Testing - Built-in Rust testing framework
- Criterion - Statistics-driven benchmarking
- Mockall - Mocking framework for Rust
Debugging Tools
Security Resources
Security Best Practices
- Rust Security Guidelines - Rust security policies
- OWASP Top 10 - Common web application security risks
- Bitcoin Security Best Practices - Bitcoin security guidelines
Auditing Tools
- Cargo Audit - Audit Cargo dependencies for security vulnerabilities
- Clippy - Rust linter for catching common mistakes
- Rustfmt - Rust code formatter
Learning Resources
Online Courses
- Rustlings - Interactive Rust exercises
- Rust by Practice - Learn Rust through practice
- Bitcoin Development Course - Programming Bitcoin book and course
Books
- Programming Bitcoin - Learn Bitcoin programming
- Mastering Bitcoin - Technical guide to Bitcoin
- The Rust Programming Language - Official Rust book
Community and Support
Forums and Communities
- Bitcoin Stack Exchange - Q&A for Bitcoin developers
- Rust Users Forum - Community forum for Rust users
- Solana Discord - Solana developer community
News and Updates
- Bitcoin Magazine - Bitcoin news and analysis
- The Rust Blog - Official Rust blog
- Solana Blog - Solana news and updates