A raffle system powered by SP1 zero-knowledge proofs and Galxe Raffle smart contracts.
zk/
: Contains the SP1 RISC-V program and proof generation scripts.contracts/
: Contains the Raffle smart contract.go/
: Contains the Golang bindings for the Raffle smart contract, as well as a library for running the raffle offchain.
For more information, see the zk/README.md.
For more information, see the contracts/README.md.
For more information, see the go/README.md.