A solidity to CPN tool.
├── CMakeLists.txt
├── README.md
├── build
│ ├── CMakeCache.txt
│ ├── CMakeFiles
│ ├── Makefile
│ ├── Plasm
│ ├── _deps
│ ├── cmake_install.cmake
│ ├── modules
│ ├── test.sol
│ ├── tests
│ └── third_party
├── build.sh
├── cmake
│ └── FindSolidity.cmake
├── main.cpp
├── modules
│ ├── CMakeLists.txt
│ ├── base
│ └── core
├── tests
│ ├── CMakeLists.txt
│ └── cpnxml_test.cpp
└── third_party
├── pugixml
└── solidity
./Plasm ./tests/front_running
Not maintained any longer...