solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
117 stars 223 forks source link

Add example command to deploy program guide #238

Closed Woody4618 closed 3 months ago

Woody4618 commented 3 months ago

Problem

Currently it is hard to deploy programs. Many people still dont know that --use-rpc makes deploys more reliable and adding priority fees is way more reliable.

Fixes # Added an example command which shows of these flags.