Skip to content

monadicus/aleo-setup-redeem

Repository files navigation

Aleo Setup Code Redeemer

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.

Run Website with Docker

  1. Clone this repo
  2. Navigate to the project root cd aleo-setup-redeem
  3. Build the container: docker build . -t aleo-setup-redeem
  4. Run the container: docker run --rm -p 8080:80 aleo-setup-redeem (change 8080 to whatever port you want)
  5. Open http://localhost:8080/ in your browser (change 8080 to the port from the previous step)

Build Manually

  1. Install wasm-pack
  2. wasm-pack build --release --target web
  3. Optionally host the static files (requires npm): npx http-server

About

A website for decrypting text for Aleo Setup Ceremony keys

Resources

License

Stars

Watchers

Forks