distributed-lab / solana-program-library

Solana program library by Distributed Lab

Repository from Github https://github.comdistributed-lab/solana-program-libraryRepository from Github https://github.comdistributed-lab/solana-program-library

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>

About

Solana program library by Distributed Lab

License:MIT License


Languages

Language:Rust 100.0%