/avalanche-quicksign

A very simple webpage that signs a string with a private key and prompts the user to email it. Used to verify users on the test net.

Primary LanguageVue

AVA Quicksign

A one page application to sign a message with your private key to prove identity.

Prequisites

Project setup

  1. Clone the repo git clone https://github.com/ava-labs/ava-quicksign.git
  2. Go to root of the project cd ava-quicksign
  3. Install dependencies with yarn install

To run locally with hot reload

yarn serve