### 时间戳:
00:00 Introduction
00:31 Connecting to the Solana blockchain
01:37 Get a Solana wallet / Signer from your computer
02:31 Create a basic Solana transaction
03:50 Get the latest blockhash
04:43 Ways to create tokens on Solana
06:24 Create token instructions
09:3...
...用户友好的方式输出响应。
## 实操
### 创建项目
```bash
~ via 🅒 base
➜ cd Code/rust
~/Code/rust via 🅒 base
➜ cargo new httpie
Created binary (application) `httpie` package
~/Code/rust via 🅒 base
➜ cd httpie
httpie on master [?] via 🦀 1....