stark-evm-adapter icon indicating copy to clipboard operation
stark-evm-adapter copied to clipboard

Adapt your STARK stone proofs for verifications on Ethereum

Results 2 stark-evm-adapter issues
Sort by recently updated
recently updated
newest added

I encountered an error while running the example code from the code repository. Here are the details of the issue: Steps to Reproduce: ```bash export MAINNET_RPC=https://mainnet.infura.io/v3/apikey cargo run --example verify_stone_proof...

Some of the calculations are based `BigInt` lib. It would be better to replace them with `ark-ff`.

enhancement