Skip to content
Tai edited this page Sep 11, 2022 · 2 revisions

Welcome to the pok3r wiki!

Folders

Having difficulty navigating the project? This should help


Project Infrastructure (WIP)

The web application is housed in three folders: api, blockchain, & client.

Backend (./api)

This is our centralized backend that ties the frontend to our smart contracts

EVM Contracts (./blockchain)

This is just where we put the smart contracts

Frontend (./client)

These are the frontend files.


Utility Scripts

"Bash" Script Dump (./bin)

holds bash scripts that are actually powershell scripts so that we can have these CLI utils universally accessible

Node Utils (./util)

package scripts that are written in powershell to automate repetitive tasks like installing across 3 different folders.