Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The frontend of the everiPixel project. A fun way to get hands on with everiToken's blockchain.

Notifications You must be signed in to change notification settings

oponder/everipixel-ui

Repository files navigation

everiPixel-UI

This is a fun application of everiToken's Non Fungible Token feature. A canvas of pixels is presented to the user, and each pixel is represented by a single NFT. Changes to pixels are recorded forever in the blockchain, and people can actually own the pixel and transfer it.

Archived

This project has been "Archived". I am no longer working on it actively.

It used to be deployed automatically to a Kubernetes cluster on Google Cloud through Cloud Build triggers for the oponder/everipixel-server and oponder/everipixel-ui repos.

That has all been disabled now and only a static version of the site is running, using github pages for hosting.

Usage

evtd must be running:

docker run --rm --name evtd -v /Users/oponder/Desktop/evtd-data/:/opt/evt/data -p 8888:8888 -p 9876:9876 -t oponder/evt /opt/evt/bin/evtd.sh --http-validate-host=false --charge-free-mode --producer-name=evt --enable-stale-production

everipixel-server must also be running, be sure to set PRIVATEKEY to the private key of the pixel issuer.

PRIVATEKEY="xxxx" NODE_CONFIG="{"host":"0.0.0.0", "evtNetwork":{"host":"0.0.0.0", "port":8888, "protocol":"http"}}" PRIVATE_KEY= node server.js

Also look at the kubernetes folder of everipixel-server for more tips on how to start evtd and the everipixel-server itself.

npm run dev

Visit http://localhost:3000 to view the site.

About

The frontend of the everiPixel project. A fun way to get hands on with everiToken's blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •