Exploring Trustwallet Core Integration in Electron Apps
Recently, the Trustwallet project introduced a WebAssembly (WASM) version of its wallet core. The Trustwallet Core (TWC) is an open-source, cross-platform library that implements low-level cryptographic wallet functionality for numerous blockchains. It serves as a fundamental component in the widely-used Trust Wallet and various other projects.
The introduction of the WebAssembly version opens up countless possibilities for web, desktop, and browser-based applications. Particularly, when combined with the Electron framework, it enables the development of cross-platform desktop applications using web technologies.
In my recent experimentation with the WASM version, I explored the integration of the Trustwallet Core in Electron apps, coupled with React.js. I created several proof of concept implementations to demonstrate its smooth integration with Electron apps. The code is available on GitHub:
