status-im / status-console-client

Status messaging console user interface
Mozilla Public License 2.0
10 stars 2 forks source link

Integration with Nimbus Go wrapper #133

Closed pedropombeiro closed 4 years ago

pedropombeiro commented 4 years ago

This PR provides support for starting a Nimbus node and leveraging it to send/receive messages. It uses Nix to build the Nimbus wrapper API.

It also allows disabling geth by not including it in the build process.

Closes #123

Next steps would be to integrate Nimbus in status-react (without envelope monitor or mailserver functionality):

cc @adambabik for next steps validation. Will probably set up a meeting to discuss it.

pedropombeiro commented 4 years ago

Moved the geth node code to a separate file so we can compile the console client without the geth node.

pedropombeiro commented 4 years ago

Ping @adambabik and @cammellos for review, so we can get this merged.