Skip to content

Latest commit

 

History

History
executable file
·
26 lines (22 loc) · 469 Bytes

README.md

File metadata and controls

executable file
·
26 lines (22 loc) · 469 Bytes

pTokens to OFT TLOS migration contract & UI

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/[email protected]

To run the project:

# running the pTokens Webapp UI
cd ui/
yarn
quasar dev