Skip to content

Commit

Permalink
Setup github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Feb 7, 2024
1 parent 26b9673 commit 2b276cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If the version to be installed is not defined in the command line, it will insta

A standalone HTML project to get the RSK bridge methods selectors and events topics is included under `/tools` folder, called `PrecompiledAbis.html`.

Simply download it and open it in the browser.
Simply download it and open it in the browser. Of visit [https://rsksmart.github.io/precompiled-abis/](https://rsksmart.github.io/precompiled-abis/) to view the available html tools directly from this repo.

<img src="./tools/precompiledAbisMethods.png" alt="Rootstock bridge abis methods" />

Expand Down
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index</title>
</head>
<body>
<h1>Tools</h1>
<iframe src="tools/PrecompiledAbis.html" frameborder="0" width="100%" height="1000px"></iframe>
</body>
</html>

0 comments on commit 2b276cf

Please sign in to comment.