Skip to content

nicolasochem/tezocracy.xyz

 
 

Repository files navigation

Tezocracy

Presentation

Online voting interface for Tezos bakers.

Made with

  • React
  • Craco
  • Typescript
  • Taquito
  • Beacon Wallet
  • ReactBootstrap

Install

Git clone, then:

npm install
npm run build
npm run start

Configuration

See Config.tsx

Application configuration:

name: application name, displayed in header

githubRepo: URL of Github repository (displayed in header with Github icon).

Network configuration:

rpcUrl: Tezos network RPC endpoint

viewerUrl: URL of a viewer that displays operation detail like http://viewer-url.com/{tx_hash} (eg. https://ghostnet.tzkt.io)

Deploy

Deploy with Docker using Dockerfile.

Build Docker image:

docker build . -t tezocracy

Run Docker image:

docker run -p 80:80 tezocracy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • CSS 2.9%
  • HTML 1.4%
  • Other 0.9%