Skip to content

jakeyvee/staking-client

 
 

Repository files navigation

app

Environment Variables and IDL json

To run the project, first rename the .env.example file at the root directory to .env and update the following variables:

VUE_APP_GEM_FARM_PK
VUE_APP_GEM_BANK_PROG_ID
VUE_APP_GEM_FARM_PROG_ID
VUE_APP_MAINNET_URL

Make sure to replace VUE_APP_GEM_FARM_PK in public/gem_farm.json with your actual Gem Farm public key and likewise for public/gem_bank.json.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.9%
  • JavaScript 14.0%
  • Vue 11.9%
  • Other 0.2%