This repository contains a frontend client for the pylons blockchain. User of this client will be able to play the game "NFTArena" built on pylons blockchain.
With the following setup you can run this frontend as a client of the crowd-control server.
- Clone this repo
git clone [email protected]:HackAtomVI/pylons-vue-frontend.git
- Use the "main"-branch
git checkout origin/main
- In this folder run
npm i
- In this folder run
npm run serve
- The website will be available in your browser at
localhost:8080
With the following setup you can run this frontend as a client for your local pylons-node.
- Follow instructions from here https://github.com/HackAtomVI/nftarena-recipes#readme
- Clone this repo
git clone [email protected]:HackAtomVI/pylons-vue-frontend.git
- Use the "localBlockchain"-branch
git checkout origin/localBlockchain
- In this folder run
npm i
- In this folder run
npm run serve
- The website will be available in your browser at
localhost:8080
Vue.js-based web app template for your Cosmos SDK blockchain. Use the template to quickly bootstrap your app. To learn more, check out the components in @starport/vue
and the Starport documentation.
npm run build
serve -S dist