AxiomREPL
AxiomREPL is an in-browser REPL interface which allows you to prototype Axiom circuit code directly in the browser without creating a local project. It allows you to:
- Write an Axiom circuit function directly in the web browser.
- Compile and prove the Axiom circuit.
- See results from generating proofs in the Axiom circuit which would be sent to a callback function.
- Submit queries to the
AxiomV2Query
contract on Ethereum mainnet orAxiomV2QueryMock
test contracts on Sepolia testnet.
AxiomREPL currently supports Ethereum mainnet and Sepolia testnet.
info
AxiomREPL is supported on Google Chrome, Brave, and Safari. We do not currently offer support for Firefox or on mobile.