Skip to content

peochain/peopay-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeoPay Economic Simulations

This repository contains Python simulations of the PeoPay-Core smart contract ecosystem. It is used to:

  • Model governance attacks
  • Validate the DCS (Dynamic Contribution Scoring) logic
  • Project the economic "flywheel" effect

Structure

  • peopay/: Core Python implementation of Solidity contracts
  • simulations/: CLI scripts for specific scenarios
  • notebooks/: Jupyter notebooks for visualization and investor presentations

Quick Start

Install dependencies:

pip install -r requirements.txt

Run the Governance Simulation (Whale Attack):

python simulations/whale_vs_community.py

Run the Economic Model:

jupyter notebook notebooks/flywheel_visualization.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published