Fork Metamask Chrome Extension Use Web Service for Signing

Job ID: 31491365

Budget: $250 – $750 USD

I'm looking for someone to make a fork of the Metamask extension for Chrome (https://github.com/MetaMask/metamask-extension) The forked version should use a web service to sign transactions rather than keys stored in a local enclave. You will also need to implement the web service (for testing purpose) The web service should support two simple rest calls:
a. one that returns a list of accounts i.e. public keys and description of the account
b. another that given a transaction, public key signs the transaction. The web service can have a hard coded list of public and private keys plus account descriptions (I will reimplement the web server later) and should just be used for validation/testing.

Ideally, you could implement the web service as a simple python web server e.g. SimpleHTTPServer

Feel free to send me a message for clarifications.
Related categories: JavaScript Ethereum