Skip to content

BrickMMO/crypto-v2

Repository files navigation

A Basic Crypto Coin

A basic PHP crypto coin for use in the BrickMMO Smart City Development Platform (SCDP).

The following resources were used as research for this project

The crypto coin will be named Loot and has branding guidelines.

Nodes

The first three genesis nodes are available at:

Node Installation

To setup a new node follow these steps:

  1. Choose a new domain/subdomain to host the node.
  2. Setup hosting for this new domain/subdomain. The hosting will require PHP and mod_rewrite.
  3. Upload this repo to the new hosting public folder. You do not need to include the following files:
  • .gitignore
  • .env.sample
  • README.md
  1. Edit the .env file with the new domain/subdomain and node name.
  2. Add the following cron job to your server and run every five minuites minute:
wget -qO- https://<DOMAIN></cron/find-nodes >/dev/null 2>&1
  1. Open https://<YOUR_DOMAIN> and https://alpha.loot.brickmmo.com/ and wait for your new node to be registered.

Project Stack

This project uses vanilla PHP and W3.CSS.


Repo Resources

About

A basic PHP crypto coin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published