diff --git a/README.md b/README.md index 70a0803..f8b0cbd 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,43 @@ And not support: Basically, usage is same with original deploy & transaction tab in remix ide. + + +**Load Plugin** + +![load](img/load.gif) + + + +**Compile Contract** + +![compile](img/compile.gif) + + + +**Deploy & Send Transaction** + +![send](img/send.gif) + + + +**Load Contract At Address** + +![at](img/at.gif) + + + +**Support Tuple (ABIEncoderV2)** + +![tuple](img/tuple.gif) + + + +**Support PrivateFor Parameter** + Input the privateFor field to publish only to specific nodes before deploy or send transaction. This field only used when deploying contract or sending transactions (orange buttons). To input multiple values in privateFor field, just input public keys separated by commas. If other node which can't see contract try to call or send transaction, gas error will occured. - +![private](img/private.gif) diff --git a/img/at.gif b/img/at.gif new file mode 100644 index 0000000..e768e16 Binary files /dev/null and b/img/at.gif differ diff --git a/img/compile.gif b/img/compile.gif new file mode 100644 index 0000000..d34ba37 Binary files /dev/null and b/img/compile.gif differ diff --git a/img/load.gif b/img/load.gif new file mode 100644 index 0000000..14295d6 Binary files /dev/null and b/img/load.gif differ diff --git a/img/private.gif b/img/private.gif new file mode 100644 index 0000000..3952e33 Binary files /dev/null and b/img/private.gif differ diff --git a/img/send.gif b/img/send.gif new file mode 100644 index 0000000..8a20907 Binary files /dev/null and b/img/send.gif differ diff --git a/img/tuple.gif b/img/tuple.gif new file mode 100644 index 0000000..de632d4 Binary files /dev/null and b/img/tuple.gif differ