Solana (Anchor) smart contract tests for Astana Hub Education, Task #1.
This project contains tests for the following smart contract functions:
create_token_account()– creates a token account for a usermint_tokens()– mints tokens to an accounttransfer_tokens()– transfers tokens between accounts
The tests are written in TypeScript using the Anchor framework.