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

https://github.com/careboo/unity-algorand-generator

codegen for unity-algorand-sdk
https://github.com/careboo/unity-algorand-generator

Last synced: 9 months ago
JSON representation

codegen for unity-algorand-sdk

Awesome Lists containing this project

README

          

# algoapi-gen

Generates algorand API.

## Usage

Run the following command:

```sh
> lein run
```

This should generate oapi types under the `dist` folder.

## Upgrading schema

Run the following command in the root of the repository:

```sh
> ./scripts/update-schemas.sh
```