Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions for-developers/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ So use them as examples and Do Your Own Research before running these.

## SDKs / Libraries

* [Unity 3D Package](https://github.com/Desonity/Desonity)

- Supports signing transactions in C# using seed hex and derived keys
- Supports Identity login in Unity apps through [flask backend](https://github.com/Desonity/Backend-Flask)
- Supports buying/selling CC/DAO
- Supports deso backend api functions
- Supports image uploads to images.deso.org

* [Python Package](https://pypi.org/project/deso/)

- Supports all DeSo Backend api functions
Expand Down