For the complete documentation index, see llms.txt. This page is also available as Markdown.

Coins

Coins in the Boneyard are examples of how you can implement collectables on chain, these pickups grant players tokens to their wallets.

BP_ODK_PickupExample is an example blueprint where you can see how this is achieved, using the RequestGrantToken node we define a token to grant and the target will be defined by the WalletComponent that will contain the address of the players wallet.

Last updated