ShareCash is a cryptocurrency with automated wealth redistribution. This means, whenever there is a concentration of money beyond a certain threshold, say .1%, a computer is going to automatically reset everyone's accounts to have the same exact amount.
- Install Chocolatey
- Install Git - Open a NEW PowerShell instance as an administrator and execute
choco install -y git
- Clone repository - Open a NEW PowerShell instance as an administrator and execute
git clone https://github.com/CashShareCoin/ShareCoin.git
- Move to cloned repository -
cd ShareCoin
- Allow script execution -
Set-ExecutionPolicy Bypass -Scope Process
- Install dependencies -
& ./createDependencyPackages
- Create development setup packages -
& ./createDevPackages
- Run development setup -
choco install -y sharecash-dev-vs2019community -s "devops\chocoPackages;https://chocolatey.org/api/v2"