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: 4 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T20:08:18.000Z (4 months ago)
- Last Synced: 2025-02-03T21:22:43.633Z (4 months ago)
- Topics: glam, helius, java, jito, jupiter, marinade, sanctum, solana
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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/gradle.yml) [](https://github.com/sava-software/solana-web2/actions/workflows/release.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.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
```