Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 411 Bytes

MPT staking

Mining Power Token

how to run

npm install

For dev:
npm run dev

For build :
npm run build
npm run build:testnet

By default selected network is 'mainnet'. You can pass env variable to change it before run or build app. VITE_NETWORK=testnet npm run dev for example

In package.json you can find scripts for build and run app with selected network.