Skip to content

hiukim/pokevote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a demo project for hackathon.

PokeVote is a proof-of-concept application that combines web3 technology with WebXR. Users can cast their votes for their favorite Pokemon using PokeVote's voting system, which is operated by a smart contract built with Stacks.

Development Guide

Start local Stacks

  1. Install Docker if not already done so

  2. > cd contracts && clarinet integrate

Start frontend

  1. create .env (refer to .env.example)

set VITE_XR_SERVE_URL to an accessible URL from your local network, e.g.: https://192.168.xxx.xxx:3001

  1. start frontend app

> cd frontend && yarn dev

It will start local vite dev server on port 5173

  1. use local proxy to expose a https port with local-ssl-proxy ref: https://github.com/cameronhunter/local-ssl-proxy`

> local-ssl-proxy --source 3001 --target 5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors