Posts

Showing posts with the label #geth #parity #ethereum #solidity

Always Moving Forward with Rust/Parity

It been a while since my last post mainly cause ive been implementing alot of DApps and refining my skills on Solidity. But ethereum is not all about Solidity. In my first first few posts , i mentioned the technologies i was using. mainly Geth, for running ethereum nodes. However Geth is alot slower and much better implementations are now available that makes use of different languages. This post is me moving forward to Parity . Parity is an Ethereum client, written from the ground-up for correctness-verifiability, modularisation, low-footprint and high-performance. To this end it utilises the Rust language, a hybrid imperative/OO/functional language with an emphasis on efficiency. So let the learning begin. First Environment. Ive tried installing on Mac/Windows/Linux. at some point i want to be adding or developing for Parity (apparently a good market for developers). Im going to Opt for an Ubuntu environment. Rust programming language Rust  is a systems progra...