onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

[FEATURE] Use .utf8 instead of hex-encoding/decoding #217

Closed chasefleming closed 1 year ago

chasefleming commented 1 year ago

Issue to be solved

The SDK guidelines have been updated to switch .decodeHex to .utf8. See here: https://github.com/onflow/sdks/issues/17

Examples and usage in this repo need to be updated to match SDK guidelines.

Suggest A Solution

No response

What are you currently working on that this is blocking?

No response