Commit Graph

16 Commits

Author SHA1 Message Date
emizzle 00e8c33e71
Update README 2019-06-26 13:11:27 +10:00
emizzle fbb25d99ff
Pass PK in to the constructor
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
2019-06-26 12:44:20 +10:00
emizzle 06902418a2
bump version 2019-06-24 20:42:08 +10:00
emizzle c86b37e823
Get private key from mnemonic and use to sign tx
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.
2019-06-24 20:41:23 +10:00
emizzle f99fba9452
Update readme 2019-06-21 17:44:14 +10:00
emizzle 7c534fcd39
Change references from embark-omg to embark-plasma 2019-06-19 13:10:54 +10:00
emizzle 01add08c15
Add prepare script 2019-06-19 13:03:37 +10:00
emizzle ec73164c0a
Updated embark-plasma dependency
Changed `embark-omg` to `embark-plasma` due to package name change.

Updated README.
2019-06-18 14:28:03 +10:00
emizzle d837d98f6a
add readme 2019-06-17 13:40:43 +10:00
emizzle a389aea6b5
Update repo in package.json 2019-06-17 12:57:39 +10:00
emizzle 73a08276c4
Init modifcations
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).
2019-06-17 12:33:38 +10:00
emizzle 9131ca1731
change “send” to “transfer”, formatting 2019-06-13 18:24:56 +10:00
emizzle fb3693ad82
Migrate to OMG v0.2 Samrong 2019-06-12 16:38:13 +10:00
emizzle a915359592
fix service check 2019-06-10 22:33:05 +10:00
emizzle ff619aa43b
removing PK, adding metamask support
WIP
2019-06-10 22:11:06 +10:00
emizzle 2a8f0bd937
initial commit
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
2019-06-06 20:05:02 +10:00