Skip to content

distributed-lab/solana-program-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages