We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451a8cc commit 041a3a5Copy full SHA for 041a3a5
README.md
@@ -1 +1,15 @@
1
# rain.pyth
2
+
3
+## Test proofs
4
5
+The test proofs are generated in JS using the Open Zeppelin example script verbatim.
6
7
+The OZ scripts can be found in the README at:
8
9
+https://github.com/OpenZeppelin/merkle-tree/tree/98ff55dc7b6004a6e57ca0cb256cc0d08ecb6096
10
11
+This linked commit is HEAD as of time of writing.
12
13
+The proofs build deterministically and so are included in the `rain-merkle-prelude` nix task, and are committed to the repo.
14
15
+The outputs are copied to Solidity constants in `test/proof/LibTestProof.sol`.
0 commit comments