diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 6d14ad03c..227f33f1f 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -415,7 +415,7 @@ curl -sSL https://raw.githubusercontent.com/Scottcjn/Rustchain/main/install-mine - **GitHub Issues:** https://github.com/Scottcjn/Rustchain/issues - **Discord:** https://discord.gg/VqVVS2CW9Q - **Moltbook:** https://www.moltbook.com/m/rustchain -- **FAQ:** [FAQ_TROUBLESHOOTING.md](FAQ_TROUBLESHOOTING.md) +- **FAQ:** [FAQ_TROUBLESHOOTING.md](docs/FAQ_TROUBLESHOOTING.md) --- @@ -437,11 +437,11 @@ curl -sSL https://raw.githubusercontent.com/Scottcjn/Rustchain/main/install-mine ## Next Steps -- **Swap RTC for Solana tokens:** [wRTC Guide](wrtc.md) -- **Run a full node:** [Protocol Docs](PROTOCOL.md) -- **Deep dive into Proof-of-Antiquity:** [Whitepaper](WHITEPAPER.md) -- **Contribute code:** [CONTRIBUTING.md](../CONTRIBUTING.md) -- **API reference:** [API Walkthrough](API_WALKTHROUGH.md) +- **Swap RTC for Solana tokens:** [wRTC Guide](docs/wrtc.md) +- **Run a full node:** [Protocol Docs](docs/PROTOCOL.md) +- **Deep dive into Proof-of-Antiquity:** [Whitepaper](docs/WHITEPAPER.md) +- **Contribute code:** [CONTRIBUTING.md](CONTRIBUTING.md) +- **API reference:** [API Walkthrough](docs/API_WALKTHROUGH.md) --- diff --git a/tests/test_p2p_blocks.py b/tests/test_p2p_blocks.py new file mode 100644 index 000000000..bb377e899 --- /dev/null +++ b/tests/test_p2p_blocks.py @@ -0,0 +1 @@ +import pytest \ No newline at end of file