From d821132ff030a362c5b6a825deaabea8964117eb Mon Sep 17 00:00:00 2001 From: Urani Dev Rels <162904807+urani-engineering@users.noreply.github.com> Date: Sat, 18 May 2024 00:22:41 +0200 Subject: [PATCH] Add some production code must --- chapters/12_additional_resources.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chapters/12_additional_resources.md b/chapters/12_additional_resources.md index ad24dd91..4c604ac9 100644 --- a/chapters/12_additional_resources.md +++ b/chapters/12_additional_resources.md @@ -83,9 +83,12 @@ solana config set --url
-#### Useful Tricks +#### Production Code
* [Optimizing a Solana Program](https://solana.com/developers/guides/advanced/how-to-optimize-compute) +* [A Guide to Testing on Solana](https://www.helius.dev/blog/a-guide-to-testing-solana-programs) +* [Ligthouse, The Solana Assertion Protocol](https://github.com/Jac0xb/lighthouse) +* [Halborn's Solana Test Framework](https://github.com/halbornteam/solana-test-framework)