Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 719 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 719 Bytes

Distributed Lab Solana program library

License: MIT

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>