collincusce / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Vue 79.3%Language:JavaScript 13.9%Language:HTML 6.8%