Skip to content

Instantly share code, notes, and snippets.

View emersonliuuu's full-sized avatar

Emerson emersonliuuu

  • Taiwan
  • 01:34 (UTC +08:00)
View GitHub Profile
@emersonliuuu
emersonliuuu / solana-anchor-installation-guide.md
Last active September 5, 2024 08:07
Solana Anchor Installation Guide (0.30.1)

Solana Anchor Installation Guide

Version Overview

$ rustup --version
rustup 1.27.1 (54dd3d00f 2024-04-24)
$ solana --version
solana-cli 1.18.17 (src:b685182a; feat:4215500110, client:SolanaLabs)
$ yarn --version
1.22.19

Git Commit Style Guide

Inspiration: Deis Commit Style Guide

I often quote Deis in sections below.

Motivation

It makes going back and reading commits easier. It also allows you to spend less time thinking about what your commit message should be.