Skip to content

leo4048111/Plasm

Repository files navigation

Plasm

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

Usage

./Plasm ./tests/front_running

N0tice

Not maintained any longer...

About

A solidity to CPN tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published