Skip to content

Commit bcb5602

Browse files
committed
solana: Add build prerequisites to README
If the toolchain is not configured properly on the local machine, the code will fail to build and run and will emit only very cryptic errors.
1 parent 91593cb commit bcb5602

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

solana/README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# Message Lifecycle (Solana)
1+
# Solana
2+
3+
## Prequisities
4+
5+
Ensure that you are using the correct version of the Solana and Anchor CLI tools by consulting `Anchor.toml`.
6+
```toml
7+
[toolchain]
8+
anchor_version = "0.29.0" # CLI
9+
solana_version = "1.17.2"
10+
```
11+
12+
You will also need to install the toolchain listed in `rust-toolchain`.
13+
14+
## Design Overview
15+
16+
### Message Lifecycle (Solana)
217

318
1. **Transfer**
419

0 commit comments

Comments
 (0)