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

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

Awesome Lists containing this project

README

          

# Solana Programs [![Gradle Check](https://github.com/sava-software/solana-programs/actions/workflows/build.yml/badge.svg)](https://github.com/sava-software/solana-programs/actions/workflows/build.yml) [![Publish Release](https://github.com/sava-software/solana-programs/actions/workflows/publish.yml/badge.svg)](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
```