Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.68 KB

Anchor Programs Build Release

Generated programs can be found in the root source package directory. For each project generated code is under the anchor package, and manually written code is directly under the project package.

Code is generated using sava-software/anchor-src-gen, see that project for more context on which features are provided.

Documentation

User documentation lives at sava.software.

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 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

gpr.user=GITHUB_USERNAME
gpr.token=GITHUB_TOKEN
./gradlew check