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

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.

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
```