Skip to content

Commit e49467a

Browse files
committed
We already mention pnpm in each example
1 parent 1d7a0de commit e49467a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ This repo contains Solana onchain programs (referred to as 'Smart Contracts' in
99
> [!NOTE]
1010
> If you're new to Solana, you don't need to create your own programs to perform basic things like making accounts, creating tokens, sending tokens, or minting NFTs. These common tasks are handled with existing programs, for example the System Program (for making account or transferring SOL) or the token program (for creating tokens and NFTs). See the [Solana Developer site](https://solana.com/developers) to learn more.
1111
12-
> ⚠️ This repository uses **pnpm** as the default package manager.
13-
> Ensure pnpm is installed before running any examples.
14-
1512
Each folder includes examples for one or more of the following:
1613

1714
- `anchor` - Written using [Anchor](https://www.anchor-lang.com/), the most popular framework for Solana development, which uses Rust.

0 commit comments

Comments
 (0)