An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](https://github.com/sava-software/sava/blob/003cf88b3cd2a05279027557f23f7698662d2999/assets/images/solana_java_cup.svg)

# Solana Web2 [![Build](https://github.com/sava-software/solana-web2/actions/workflows/gradle.yml/badge.svg)](https://github.com/sava-software/solana-web2/actions/workflows/gradle.yml) [![Release](https://github.com/sava-software/solana-web2/actions/workflows/release.yml/badge.svg)](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
```