diff --git a/README.md b/README.md index 0d5bffe..daaaedb 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,16 @@ If the version to be installed is not defined in the command line, it will insta | 5.0.0-HOP | HOP-4.0.0 | | 5.0.0-FINGERROOT | FINGERROOT-5.0.0 | | 6.0.0-ARROWHEAD | ARROWHEAD-6.0.0 | + +# Rootstock Bridge Methods Selectors and Events Topics page + +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. + +Rootstock bridge abis methods + +Rootstock bridge abis events + +You can see the rsk bridge abi methods and events during a given fork by selecting using the ***Abis For Fork*** dropdown. + diff --git a/tools/PrecompiledAbis.html b/tools/PrecompiledAbis.html new file mode 100644 index 0000000..d44ef11 --- /dev/null +++ b/tools/PrecompiledAbis.html @@ -0,0 +1,394 @@ + + + + + + + + + + Rootstock Bridge Methods Selectors And Events Topics + + + + + + +

Rootstock Bridge Methods Selectors and Events Topics

+
Simple html page to get bridge methods selectors and events topics
+ +
+ +
+
+
+ Abis For Fork: +
+
+ +
+
+
+ +
+

Methods

+ + + + + + + + + + +
Method NameMethod SelectorPeg TypeMethod Signature
+
+ +
+

Events

+ + + + + + + + + + +
Event NameEvent TopicPeg TypeEvent Signature
+
+ +
+ + + + + diff --git a/tools/precompiledAbisEvents.png b/tools/precompiledAbisEvents.png new file mode 100644 index 0000000..5eea211 Binary files /dev/null and b/tools/precompiledAbisEvents.png differ diff --git a/tools/precompiledAbisMethods.png b/tools/precompiledAbisMethods.png new file mode 100644 index 0000000..453d977 Binary files /dev/null and b/tools/precompiledAbisMethods.png differ