solana-program-library

Solana program library by Distributed Lab

MIT License

Downloads
1.1K
Stars
5

Distributed Lab Solana program library

Library products:

  • Crates.io Docs.rs upgrade-program - used to upgrade contracts by ECDSA secp256k1 public key.

How to build

cargo build-bpf --manifest-path=<CRATE Cargo.toml FILE> --bpf-out-dir=<OUTPUT DIR>

How to publish

  1. Change the version in crate Cargo.toml file.

  2. Execute:

cargo publish -p <CRATE NAME>