iamtrask / PySonar

Decentralized Machine Learning Client
Apache License 2.0
198 stars 55 forks source link

PySonar Runnable on Tendermint (Ethermint) #42

Open iamtrask opened 7 years ago

iamtrask commented 7 years ago

User Story: As a developer of OpenMined, I want the ability to spin up Sonar and PySonar on Tendermint using the Ethermint platform (not using Docker... just by running it locally)

Acceptance Criteria:

anoff commented 7 years ago

not using Docker... just by running it locally

Is it not possible to run ethermint in docker? Having to run stuff locally seems like a step back. Maybe we should first figure out how to dockerize ethermint and then proceed with integrating it into the platform.

axelhodler commented 7 years ago

Do we have some notes on why Tendermint? Not that I'm against the decision. Just curious.

Who would be running the Tendermint nodes?

iamtrask commented 7 years ago

@anoff local deployment is just so that there are instructions for how people can do active development (I assume that when you're developing a component you don't also use the dockerized version of that component

@axelhodler Tendermint has a technology called "Ethermint" wherein you can run Ethereum code on the Tendermint blockchain and it runs 20x faster because the underlying security algorithm is proof of stake instead of proof of work. Tendermint already has a test blockchain that was recently released. Also, several of the core Tendermint developers are interested in the project (including the lead for Ethermint, @adrianbrink )

jeamick commented 6 years ago

Hi there, does the notebook link your provided ( @iamtrask ) is no longer working.

Let's make a little demo using an Ethermint Setup right for a simple notebook?

Sounds good ? @axelhodler @anoff