Clone this repo locally and start working with it
# clone repo and enter folder
git clone https://github.com/telosnetwork/ptokens-migration.git
cd ptokens-migration
If haven't install the dev tools yet:
# setting up tools
nvm install v22.12.0
nvm use v22.12.0
npm i -g yarn
yarn global add @quasar/cli@2.4.1
To run the project:
# running the pTokens Webapp UI
cd ui/
yarn
quasar dev