Document fuel tank creation via the Platform API#35
Open
EtayM wants to merge 3 commits into
Open
Conversation
Replace the Console walkthrough in "Cover transaction fees for your players" with CreateTransaction/createFuelTank snippets (GraphQL, cURL, C# SDK, JS, Node.js, Python), and revive three worked configs under "Other configurations": collection transfers, whole-collection, and whitelisted-accounts-with-budget. Field shapes verified against the live schema. C# SDK snippets follow the generated builder pattern and are unverified against the published package. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
CreateTransaction / SweepManagedWallet expose signerAddress, not signerAccount (verified via schema introspection). Correct every occurrence across the guides, including a broken GraphQL snippet in the WalletConnect guide that declared and passed $signerAccount. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Fuel tanks can now be created in the Enjin Platform UI (platform.beta.enjin.io/fuel-tanks), so reference that instead of the Enjin Blockchain Console in the "Prefer a UI?" tip and the funding step. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
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.
Replaces the Console-only walkthrough in "Using Fuel Tanks" with CreateTransaction/createFuelTank snippets (GraphQL, cURL, C# SDK, JS, Node.js, Python) now that tank creation is available on the API, and revives three worked rule-set configs under "Other configurations". Also corrects the invalid signerAccount argument to signerAddress across the guides. Field shapes verified against the live schema.
Note: C# SDK snippets follow the generated builder pattern but are unverified against the published package.