We can keep this discussion on list a bit. Here are some of the applications I could see built: - a RLPx client that connects to remote RLPx services and prints out the hello handshake for statistics purposes. - a SecureScuttlebutt server that is able to take streams of data and a RPC command. - a RLP CLI that can decode bytes - an app to generate key pairs - for SECP256K1, Sodium. - an offline handshake simple CLI app that takes two key pairs and generate a diffie-helman shared secret. - Create a devp2p discovery service application - Create a simple gossip network with a complete application - Create a LES (Light Ethereum) client application
Anything directly crypto related - such as signing messages with an Ed25519 key you could easily implement apps for - that’s where I would have you look to start digging in, if you’re interested. Cheers, Antoine > On Apr 24, 2019, at 10:05 PM, larry mccay <[email protected]> wrote: > > That would be ideal. > Do we want to file JIRAs for this work or how would you like to proceed? > Not sure how much I can help until I see the samples and applications but I > can try. :) > > On Thu, Apr 25, 2019 at 12:01 AM Antoine Toulme <[email protected]> wrote: > >> We really should. Some of the tests drive a point, and we tried to get >> APIs well documented but that’s not enough. >> >> More than that and to the point that was raised early on, we should start >> creating applications packaged so it’s possible to use the functionality of >> those libraries directly. >> >> >> >>> On Apr 24, 2019, at 19:19, larry mccay <[email protected]> wrote: >>> >>> Hi - >>> >>> Curious whether we could provide some meaningful examples or pointers to >>> other projects that are using Tuweni (cava) for folks that are new to the >>> project and blockchain space in general. >>> >>> Are there such samples already in the project that I am missing? >>> >>> Even some sort of getting started from the README.md would go along way >> to >>> being able to do something with it immediately after building it. >>> >>> thanks, >>> >>> --larry >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
