https://github.com/distributed-lab/solana-program-library
Solana program library by Distributed Lab
https://github.com/distributed-lab/solana-program-library
distributed-lab solana solana-program
Last synced: 11 months ago
JSON representation
Solana program library by Distributed Lab
- Host: GitHub
- URL: https://github.com/distributed-lab/solana-program-library
- Owner: distributed-lab
- License: mit
- Created: 2023-05-14T11:44:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T22:21:57.000Z (about 2 years ago)
- Last Synced: 2024-04-23T23:46:57.301Z (almost 2 years ago)
- Topics: distributed-lab, solana, solana-program
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Distributed Lab Solana program library
[](https://opensource.org/licenses/MIT)
## Library products:
- [](https://crates.io/crates/upgrade-program) [](https://docs.rs/upgrade-program) [upgrade-program](./programs/upgrade-program) - used to upgrade contracts by ECDSA secp256k1 public key.
## How to build
```shell
cargo build-bpf --manifest-path= --bpf-out-dir=
```
## How to publish
1. Change the version in crate `Cargo.toml` file.
2. Execute:
```shell
cargo publish -p
```