Richard Easterling

Results 9 comments of Richard Easterling

Not currently, but this framework will support sending Cardano native tokens in the next iteration. You can leave this issue open and I'll close it once support is added so...

I created a dedicated source file, master_key_generation.dart, but the crypto package I'm working with, [pinenacl](https://pub.dev/packages/pinenacl), has a limited set of hash functions, [digests.dart](https://github.com/ilap/pinenacl-dart/blob/master/lib/src/digests/digests.dart). I couldn't figure out how to do...

I've closed out the Fund 5 work, but let's leave this issue open for the Fund 7 refactor. The current API is not production quality, with no paging support, much...

It could be a legacy address which the alpha SDK does not support. Can you set a break point and post of copy of the address? I don't need the...

There are two ways to update a wallet. You can build the wallet and sync it with the blockchain in one call: ``` Result result = await walletBuilder.buildAndSync(); if (result.isOk())...

My apologies. I've had limited time to work on this recently. I did manage to update the blockfrost API (a prerequisite for future work). Currently wallet balances are working, but...

Most mobile and web wallets use third party services for accessing the blockchain. However, self custodial wallets hold the private keys, so the third party service can not sign your...

Yes. Signature now work. However, this is a prototype SDK, it was not meant to be used in real applications. The plan is to rewrite it over the next 8...

Unfortunately I don't have the bandwidth for this project anymore. I'd recommend forking and tweaking to your delight.