Skip to content

Commit

Permalink
Add images to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bdh92123 committed Aug 12, 2019
1 parent d1c8be9 commit b1cb703
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Binary file added img/at.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/compile.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/load.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/private.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/send.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tuple.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1cb703

Please sign in to comment.