GelmutShmidt / bitcoin-draw-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitcoin-draw-website

Bitcoin-draw website repository

This repository contains the bitcoin lottery frontend I wrote a while ago. Please, feel free to fork and use this code for whatever reasons you want.

It is just a simple web-wrap around the server code, nothing fancy: displays the bitcoin deposit address, list of participants and a list of winners

List of repositories

Installation and local launch

  1. Clone this repo: git clone https://github.com/backmeupplz/bitcoin-draw-website
  2. Launch the server
  3. Create .env file with environment variables
  4. Run npm i in the root folder
  5. Run npm run start

Environment variables in .env file

  • URL — server's URL

License

MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!

About

License:MIT License


Languages

Language:JavaScript 96.7%Language:CSS 3.3%