Is it possible to deploy program with Solana SDK

123 views Asked by At

There are many examples and tutorials on how to deploy Solana account using anchor framework or the native way.

I can successfully deploy account and update its field with anchor SDK & IDL. However, I have to manually using the Solana CLI to deploy the program and its code beforehand.

I'm just wondering is it also possible to deploy program using Solana SDK since each program is also a type of account which is executable, and its owner program is the BPF upgradeable uploader.

0

There are 0 answers