GeniusVentures / GeniusWallet

MIT License
9 stars 2 forks source link

Hook up Genius Wallet functions to SuperGenius Blockchain #26

Open SuperGNUS opened 1 year ago

SuperGNUS commented 1 year ago

Genius Wallet trades both on public blockchains and the SuperGenius Blockchain, so hook up the Genius Wallet and FFI (Foreign Function Interfaces) that are stubbed out to the SuperGenius Blockchain.

vampiebar commented 1 year ago

Needs to be reviewed and closed with PR: https://github.com/GeniusVentures/GeniusWallet/pull/29

henriqueaklein commented 3 months ago

This wasn't done. What was implemented was just the FFI file on GeniusWallet, which I incremented and tested when finished the FFI on static wallet-core libraries. It still needs the actual code that calls the wallet-core library functions on GeniusWallet. It also needs the SuperGenius code to call the wallet-core library.