# README
Bindings
This directory contains the bindings for the Pyth EVM contracts. To generate the bindings, run make bindings
from the root directory. This requires the Pyth EVM contracts' ABIs to be built and available in the bindings/abis
sub-directory.
Building
To get the necessary output files, follow the instructions in the Pyth Solidity SDK.
To generate using abigen, follow the instructions in Go-Ethereum's abigen and add the go:generate
command in gen.go
.
# Packages
No description provided by the author