Hello Solana
This section cover:
- Get the idea of client and program.
- How to deploy a Solana program
- Use a client to interact with the program
We will make a simple program that only log message: "Hello Solana" without framworks. And we will demo how to use Typescript and Rust client to interact with the program.