Instead of passing the PK of the embark-configured accounts in to `EmbarkJS.Plasma.init()`, pass it in to the constructor of `Embark.Plasma` instead. This makes the PK available in other functions of `Embark.Plasma` (ie `.transfer()`.
Bump version
For plasma txfers, we need to sign the child chain tx using the private key of the account configured with the mnemonic. This is a temporary solution until we can support `eth_signTypeData_v3` in embark to do the signing for us.
Inits itself in the main process (for things like embark console commands).
In addition, the EmbarkJS.Plasma object in the console is also inited.
Package name update to `embark-plasma`.
Moved child chain status to use the childChain function (and removed axios as a dependency as a result).
Add init, deposit, send console commands to interact with the Plasma chain
Add plasma exit command and function
working in embark and browser
Remove browser codeAll browser code is now required through embarkjs-omg