upgrade-program - used to upgrade contracts by ECDSA secp256k1 public key.
cargo build-bpf --manifest-path=<CRATE Cargo.toml FILE> --bpf-out-dir=<OUTPUT DIR>-
Change the version in crate
Cargo.tomlfile. -
Execute:
cargo publish -p <CRATE NAME>Solana program library by Distributed Lab
Repository from Github https://github.comdistributed-lab/solana-program-library
cargo build-bpf --manifest-path=<CRATE Cargo.toml FILE> --bpf-out-dir=<OUTPUT DIR>Change the version in crate Cargo.toml file.
Execute:
cargo publish -p <CRATE NAME>Solana program library by Distributed Lab
MIT License