From 743c13c4f10cccd591e41ef4c9092d67a79f7aa2 Mon Sep 17 00:00:00 2001 From: Cristina Date: Sun, 21 Jul 2024 14:11:32 -0400 Subject: [PATCH] test pr agent --- README-test-pr-agent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-test-pr-agent.md b/README-test-pr-agent.md index 30caeec..a22ed09 100644 --- a/README-test-pr-agent.md +++ b/README-test-pr-agent.md @@ -29,6 +29,7 @@ ## :computer: Example Apps - [Hello World Program](https://docs.solana.com/developing/on-chain-programs/examples#helloworld) - [Create Mint and Transfer Tokens](https://github.com/solana-labs/solana-program-library/blob/master/token/js/examples/create_mint_and_transfer_tokens.js) +- [Get Account Info](https://github.com/solana-labs/solana-web3.js/blob/master/examples/get_account_info.js) - [Sending SOL](https://github.com/solana-labs/solana-web3.js/blob/master/examples/send_sol.js) - [TokenSwap | UniSwap clone](https://github.com/solana-labs/solana-program-library/tree/master/token-swap)