Tendermint to run on Android phone

123 Views Asked by At

Is it possible to use gomobile to compile Tendermint and ABCI, then we can run them on Android phones? I am looking for the tutorial how to implement this.

1

There are 1 best solutions below

1
marbar3778 On

What part would you like to run the phone?

There is the notion of a light client that communicates to other nodes, these nodes can submit and query transactions. The light client does not run the application, allowing for a smaller foot print.