This website decrypts redemption codes for Aleo Setup Ceremony participants using either encrypted or cleartext Aleo private keys.
A modified version of snarkVM 0.7.5 was used in order for WebAssembly to compile. The branch can be found here
The version of this webpage available at monadicus.github.io/aleo-setup-redeem is built from source using github actions and the artifact can be downloaded from there.
- Clone this repo
- Navigate to the project root
cd aleo-setup-redeem
- Build the container:
docker build . -t aleo-setup-redeem
- Run the container:
docker run --rm -p 8080:80 aleo-setup-redeem
(change8080
to whatever port you want) - Open http://localhost:8080/ in your browser (change
8080
to the port from the previous step)
- Install wasm-pack
wasm-pack build --release --target web
- Optionally host the static files (requires npm):
npx http-server