Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Feb 10, 2024
1 parent b2d7136 commit c29a710
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions onchain_tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The current deployed test contract is at [this address](https://goerli.etherscan.io/address/0xd132dD701d3980bb5d66A21e2340f263765e4a19)

This contract takes BeaconChainProofs.sol, a library, converts it to a contract, and makes all the proof functions public.

If needed, to generate the binding, retrieve the abi from [etherscan](https://goerli.etherscan.io/address/0xd132dD701d3980bb5d66A21e2340f263765e4a19#code) and run the following command:
```
abigen --abi build/BeaconChainProofs.abi --pkg main --type BeaconChainProofs --out BeaconChainProofs.go
```

0 comments on commit c29a710

Please sign in to comment.