https://github.com/sava-software/solana-web2
Solana Ecosystem HTTP Clients
https://github.com/sava-software/solana-web2
glam helius java jito jupiter marinade sanctum solana
Last synced: 7 months ago
JSON representation
Solana Ecosystem HTTP Clients
- Host: GitHub
- URL: https://github.com/sava-software/solana-web2
- Owner: sava-software
- License: mit
- Created: 2024-08-10T14:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T16:40:51.000Z (8 months ago)
- Last Synced: 2025-07-19T20:13:23.650Z (8 months ago)
- Topics: glam, helius, java, jito, jupiter, marinade, sanctum, solana
- Language: Java
- Homepage:
- Size: 247 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Solana Web2 [](https://github.com/sava-software/solana-web2/actions/workflows/build.yml) [](https://github.com/sava-software/solana-web2/actions/workflows/publish.yml)
## Documentation
User documentation lives at [sava.software](https://sava.software/).
* [Dependency Configuration](https://sava.software/quickstart)
* [Web 2.0](https://sava.software/libraries/web2)
## Contribution
Unit tests are needed and welcomed. Otherwise, please open a discussion, 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.
#### ~/.gradle/gradle.properties
```properties
savaGithubPackagesUsername=GITHUB_USERNAME
savaGithubPackagesPassword=GITHUB_TOKEN
```
```shell
./gradlew check
```