You should now have money in the previously created account: Alice's account.
You can now run the Unix example program to send money to Bob with the -p flag:
$ ./examples/unix/unix_example -p
๐ข [examples/unix/main.c:217] ๐ Vertices SDK running on Unix-based OS
๐ข [examples/unix/main.c:137] ๐ Loading private key from: /Users/cyril/Documents/work/vertices/c-vertices-sdk/examples/unix/config/private_key.bin
๐ข [examples/unix/main.c:194] ๐ณ Alice's account IZV2H3YRLCPOTUL5ATG5T3TRMUEXKLOGFWYO34NVKRMTXKZO2OOAJ34IWI
๐ข [examples/unix/main.c:250] ๐ Running on testnet-v1.0 v.2.5.0
๐ข [src/account.c:42] ๐ Added account to wallet: #0
๐ข [src/account.c:42] ๐ Added account to wallet: #1
๐ข [examples/unix/main.c:263] ๐ค 10.000000 Algos on Alice's account (IZV2H3YRLCPOTUL5ATG5T3TRMUEXKLOGFWYO34NVKRMTXKZO2OOAJ34IWI)
๐ข [src/algorand/algorand_transaction.c:307] ๐งพ Transaction executed, ID: I5CG4PC7V6XKEGHZUUZF25I3JXBQKLU4AUV4HANQYAHH4TCPVWWQ
๐ข [examples/unix/main.c:290] ๐ธ Alice sent 1 algo to Bob
๐ข [src/account.c:89] ๐ Deleted account from wallet: #0
๐ข [src/account.c:89] ๐ Deleted account from wallet: #1
Now you can check the transaction status on AlgoExplorer for Testnet, using the transaction ID printed I5CG4PC7V6XKEGHZUUZF25I3JXBQKLU4AUV4HANQYAHH4TCPVWWQ.
Below we can see the Sender and Receiver along with the Note added to the transaction: Alice sent 1 Algo to Bob.