https://github.com/sava-software/sava
Solana Java SDK
https://github.com/sava-software/sava
base58 borsh ed25519 java solana
Last synced: 5 months ago
JSON representation
Solana Java SDK
- Host: GitHub
- URL: https://github.com/sava-software/sava
- Owner: sava-software
- License: mit
- Created: 2024-08-09T13:34:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T21:34:11.000Z (5 months ago)
- Last Synced: 2025-01-28T21:35:24.575Z (5 months ago)
- Topics: base58, borsh, ed25519, java, solana
- Language: Java
- Homepage:
- Size: 564 KB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Sava [](https://github.com/sava-software/sava/actions/workflows/gradle.yml) [](https://github.com/sava-software/sava/actions/workflows/release.yml)
## Documentation
User documentation lives in our [dedicated docs site](https://sava.software/), head over there to get started.
* [Build Configuration](https://sava.software/quickstart)
* [Core](https://sava.software/libraries/core): Common Solana cryptography and serialization utilities.
* [RPC](https://sava.software/libraries/rpc): HTTP and WebSocket Clients.## Contribution
Unit tests are needed and welcomed. Otherwise, please open
a [discussion](https://github.com/sava-software/sava/discussions), issue, or send an email 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.Create a `gradle.properties` file in the sava project directory root or under `$HOME/.gradle/`.
### gradle.properties
```properties
gpr.user=GITHUB_USERNAME
gpr.token=GITHUB_TOKEN
``````shell
./gradlew check
```