In this post, we will see how to resolve ERROR: [Radix Wallet Chrome Extension Load Unpack] : Manifest file is missing or unreadable. Could not load manifest Question: I am trying to follow the babylon gumball machine https://github.com/radixdlt/babylon-alphanet/tree/main/gumball-machine-example I tried ...

Question: How can we generate random numbers in Scrypto if floating point libraries are not allowed be used? I want to be able to generate unique IDs for NFTs. Answer: There are 2 ways to solve this: Self managed – ...

Question: I want to make a game in a Scrypto blueprint where users can play with their Gumball NFTs. My blueprint has a pub fn attack(&self, my_gumball: BucketRef, other_gumball_key: NonFungibleKey) method that attacks another NFT by assigning it a random ...