grin-wallet / scalar

The simplest and fastest open-source Grin native Android wallet
6 stars 0 forks source link

Grin++ Integration #13

Open mast0rbill opened 5 years ago

mast0rbill commented 5 years ago
mast0rbill commented 5 years ago

"Ok, you'll need the following modules:

You'll also have to implement the NodeClient API to interact with your server: https://github.com/GrinPlusPlus/GrinPlusPlus/blob/master/include/Wallet/NodeClient.h

The server module is the actual desktop binary, and where all of the JSON-RPC/Rest stuff lives. You'll want to replace this with your mobile specific logic. Other than that, you should be good

Btw, any APIs or static objects shared between projects will be under the appropriate "include" subdirectory. Everything that's only used internally to a module will not be in include"