To show Parity what you are capable of, we have put together a couple of short open-ended tasks. Depending on your areas of personal interest, you can pick any of the available items.
We generally don't force down bullet-point requirements in our day-to-day tasks, and these items are no different - it is up to you to handle the task in the way you best deem fit.
Most importantly - have some fun.
Build a Rust binary that sends an ethereum (value) transaction at given point in time.
- Include a CLI to pass specific parameters
- You can rely on the node to sign the transaction for you or you can sign it on your own (look for
ethkey)
Given the list of account addresses query their balances (eth_getBalance) and print the address
with maximal, minimal and median balance.
Given the list of account addresses query their ERC20 token balance (given token contract address), print the one with maximal, minimal and median balance.
Run the RPC server and expose your functionality as RPC method.