Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevincharm/i_lost_my_eth_in_a_boating_accident

PoC ERC-20 implementation of Zero-Knowledge Wormholes (EIP-7503)
https://github.com/kevincharm/i_lost_my_eth_in_a_boating_accident

Last synced: about 4 hours ago
JSON representation

PoC ERC-20 implementation of Zero-Knowledge Wormholes (EIP-7503)

Awesome Lists containing this project

README

        

# i lost my eth in a boating accident

a sad, short story

## Instructions???

1. Make sure contract address in `scripts/config.ts` is setup correctly
1. Transfer to unspendable address `yarn burn:sepolia`
1. Make sure block number in `scripts/config.ts` is setup correctly
1. Get storage proofs from archive node and generate `Prover.toml` (and calldata) with `yarn get-proof:sepolia`
1. Generate SNARK proofs `cd circuit && nargo prove` (takes 8 mins)
1. Remint with `yarn remint:sepolia`