https://github.com/aztecprotocol/aztec-v2-escape-hatch-server
A server that lets the user compute hash paths to exit the Aztec V2 system that has been sunset.
https://github.com/aztecprotocol/aztec-v2-escape-hatch-server
Last synced: 15 days ago
JSON representation
A server that lets the user compute hash paths to exit the Aztec V2 system that has been sunset.
- Host: GitHub
- URL: https://github.com/aztecprotocol/aztec-v2-escape-hatch-server
- Owner: AztecProtocol
- Created: 2022-12-05T15:55:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:35:05.000Z (about 3 years ago)
- Last Synced: 2026-01-15T16:17:01.488Z (about 1 month ago)
- Language: Makefile
- Size: 7.03 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aztecv2-escape-hatch-server
A server that lets the user compute hash paths to exit the Aztec V2 system that has been sunset.
1. Clone the repo
```
git clone git@github.com:AztecProtocol/aztecv2-escape-hatch-server.git
```
2. Install Git Large Files
```
https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
```
3. Install
```
cd aztecv2-escape-hatch-server
yarn install
yarn build
```
3. Set your Ethereum RPC Host URL
```
export ETHEREUM_HOST=
```
4. Start the server and use to exit funds from the system.
```
yarn start
```