Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 374 Bytes

🎲 Galxe Raffle

This directory contains the Go bindings for the Galxe Raffle smart contract, as well as a library for running the raffle offchain.

📄 Binding

To generate the binding, run the following command:

cat ../contracts/out/IRaffle.sol/IRaffle.json | jq -r .abi > abi
abigen --abi abi --type raffle --out pkg/contract/binding.go --pkg contract