Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kevincharm/i_lost_my_eth_in_a_boating_accident
- Owner: kevincharm
- License: other
- Created: 2024-04-12T18:59:20.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T23:08:36.000Z (6 months ago)
- Last Synced: 2024-05-17T23:38:04.411Z (6 months ago)
- Language: Solidity
- Homepage: https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/cluz5su4e015uz3016zl2wio0/idea
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`