Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-24T22:21:57.000Z (9 months ago)
- Last Synced: 2024-04-23T23:46:57.301Z (7 months 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
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Library products:
- [![Crates.io](https://img.shields.io/crates/v/upgrade-program)](https://crates.io/crates/upgrade-program) [![Docs.rs](https://docs.rs/upgrade-program/badge.svg)](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
```