Skip to content

Commit c69bf44

Browse files
authored
Update README.md
1 parent 8eb133a commit c69bf44

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

Diff for: README.md

+2-15
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,7 @@ Download and install KeyChain for [macOS](https://github.com/arrayio/array-io-ke
3838

3939
After installation, connect to the demo-page: http://localhost:16384/ to check if the installation was successful and to test the KeyChain commands. In case everything went well, you will see the following page and you will be able to see responses to the commands in the "Response" box when you click on them.
4040

41-
<button class="show btn btn-info btn-sm" data-image='1'>show</button>
42-
43-
<img id='1' alt="screenshot from 2018-12-10 15-57-27" src="https://user-images.githubusercontent.com/34011337/49734247-be211a80-fc94-11e8-8d85-c70b738ecae3.png">
44-
45-
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
46-
<script>
47-
var button = $(".show");
48-
var image = $("img");
49-
image.hide();
50-
button.on("click", function(){
51-
var id = $(this).data('image')
52-
$("#"+id).toggle();
53-
})
54-
</script>
41+
![screenshot from 2018-12-10 15-57-27](https://user-images.githubusercontent.com/34011337/49734247-be211a80-fc94-11e8-8d85-c70b738ecae3.png)
5542

5643
If you are having trouble connecting to the page, [contact us](#contact) and we will do our best to help you.
5744

@@ -89,7 +76,7 @@ await web3.eth.accounts.signTransaction(transactionParams, key); // overriden we
8976

9077
`signTransaction` with Keychain in action
9178

92-
![alt image](https://raw.githubusercontent.com/cypherpunk99/web3override/master/screencast.gif))
79+
![alt image](https://raw.githubusercontent.com/cypherpunk99/web3override/master/screencast.gif)
9380

9481
## Companies using KeyChain
9582

0 commit comments

Comments
 (0)