https://github.com/sava-software/solana-programs
Native Solana & SPL Program Clients
https://github.com/sava-software/solana-programs
java solana spl
Last synced: 9 months ago
JSON representation
Native Solana & SPL Program Clients
- Host: GitHub
- URL: https://github.com/sava-software/solana-programs
- Owner: sava-software
- License: gpl-3.0
- Created: 2024-08-10T17:29:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T13:57:04.000Z (over 1 year ago)
- Last Synced: 2025-02-12T14:50:01.129Z (over 1 year ago)
- Topics: java, solana, spl
- Language: Java
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solana Programs [](https://github.com/sava-software/solana-programs/actions/workflows/build.yml) [](https://github.com/sava-software/solana-programs/actions/workflows/publish.yml)
## Documentation
User documentation lives at [sava.software](https://sava.software/).
* [Dependency Configuration](https://sava.software/quickstart)
* [Programs](https://sava.software/libraries/programs)
## Contribution
Please note that all contributions require agreeing to
the [Sava Engineering, Inc. CLA](https://gist.github.com/jpe7s/09546e42783187c6d04f38e04184ecfa).
Tests are needed and welcomed. Otherwise, [please reach out](https://github.com/sava-software) before working on a pull
request.
## Build
[Generate a classic token](https://github.com/settings/tokens) with the `read:packages` scope needed to access
dependencies hosted on GitHub Package Repository.
#### ~/.gradle/gradle.properties
```properties
savaGithubPackagesUsername=GITHUB_USERNAME
savaGithubPackagesPassword=GITHUB_TOKEN
```
```shell
./gradlew check
```