-
Notifications
You must be signed in to change notification settings - Fork 89
TLedger Plugin #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Ang-dot
merged 19 commits into
game-by-virtuals:main
from
therealalchemist:TLedger_Plugin
May 5, 2025
Merged
TLedger Plugin #106
Ang-dot
merged 19 commits into
game-by-virtuals:main
from
therealalchemist:TLedger_Plugin
May 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
TLedger Plugin for GAME SDKFeatures
|
1. New auth setup 2. Plugin returns tools 3. Addressing NITs 4. Cleanup
Contributor
|
Ran the example myself, looks good to me! Left a few comments for the PR, overall it's good but let's have the plugin on PyPi to install and refer it in the code instead of using relative path imports. Thanks for the PR, looking forward to this! |
Contributor
Author
|
Uploaded it to PyPi as suggested in the feedback: https://pypi.org/project/tledger-plugin-gamesdk/0.1.0/ |
Ang-dot
requested changes
Apr 29, 2025
Add an option to supply env variable for GAME_API_KEY Co-authored-by: Ang Weoy Yang <weoyyang00@gmail.com>
Ang-dot
approved these changes
May 5, 2025
MichielMAnalytics
pushed a commit
to MichielMAnalytics/game-python
that referenced
this pull request
Jun 12, 2025
…_Plugin TLedger Plugin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This plugin contribution introduces the
tLedger_plugin_gamesdk, which integrates the tLedger platform with the Game SDK to enable blockchain-agnostic agent account management and financial transaction capabilities.Links
Plugin Documentation Checklist
README Validation
README.mdfile exists in the plugin root folderMetadata Validation
plugin_metadata.ymlfile exists in the plugin root folderDev Testing
(Include where applicable)
Additional Notes