ParsiCoin (PIC) is a new cryptocurrency based on directed acyclic graph and uses it's very own blockchain, implemented using .net standard 2 and C# programming language. In this proof of concept coin, I tried to demonstrate the power of blockchain technology and its capabilities as part of my Bachelor's degree project. this coins only keep a small footprint of users' account data in the form of Merkle tree which enables the system to perform fast calculations and indexings of the data.
You can simply clone this repo and run the code, using Visual Studio 2017+. however, keep in mind that this project is not meant to be used in production scenarios and lacks important safety measures for industrial and real-world usages.