qvvg
qvvg
Not all wallets will work for all situations. FCLs wallet discovery should default to the most open and general purpose wallets, limited utility wallets (supports a specific subset of general...
Related to: https://github.com/onflow/flow-js-sdk/issues/676 A json native way of communicating with the Access Node is in development, this issue covers the development of the transport layer to bridge fcl/js-sdk and an...
I wrote a script that fetches the balance for FUSD on testnet. I was expecting the following to work. ```swift import FungibleToken from 0x9a0766d93b6608b7 pub fun main(addr: Address): UFix64 {...