A one page application to sign a message with your private key to prove identity.
- nodejs v12.14.1
- yarn (Install instructions https://classic.yarnpkg.com/en/docs/install)
- Clone the repo
git clone https://github.com/ava-labs/ava-quicksign.git
- Go to root of the project
cd ava-quicksign
- Install dependencies with
yarn install
yarn serve