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
- Host: GitHub
- URL: https://github.com/careboo/unity-algorand-generator
- Owner: CareBoo
- License: other
- Created: 2022-03-30T02:59:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T16:31:33.000Z (over 2 years ago)
- Last Synced: 2025-10-14T19:07:39.026Z (9 months ago)
- Language: Clojure
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```