Introduction to an Ethereum key management library #67
Replies: 2 comments 3 replies
-
Hello, Anh! I've just been looking over the code; great work! Was there any particular feedback you had or questions you'd like me to address with regard to Blockchain Commons technologies including your use of URs? |
Beta Was this translation helpful? Give feedback.
-
@anhnguyenbitmark I'm wondering why you chose to depend on PromiseKit? For the Swift code I'm writing right now that I expect to be deployed in next generation Swift apps, I am writing in Swift 5.5 and taking full advantage of async/await and structured concurrency. I know it's not technically out yet, but it's in the latest Xcode betas and will be officially released any day now. When this happens, most of the pre-existing paradigms and third-party concurrency libraries are likely to become technical debt. |
Beta Was this translation helpful? Give feedback.
-
Hello there,
We are from the Bitmark team, working on a project called Autonomy. Initially, it provides a similar set of functions to Metamask, enables end-users to have their own Ethereum wallets. They can also see their NFTs if there are any with ERC721 tokens.
We would like to share with the community our swift library (https://github.com/bitmark-inc/libauk-swift) for key management and signing Ethereum transaction.
Brief information on what it does:
What we will be working on next:
If you are interested in any topic, let us know. The library is on the Alpha stage, we supposed to have some breaking changes. Your feedback or PRs are greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions