gitextract_rerdnzaf/ ├── .gitignore ├── README.md ├── block.js ├── config.js ├── contracts/ │ ├── ArrayLib.sol │ ├── Migrations.sol │ ├── MinHeapLib.sol │ ├── PlasmaChainManager.sol │ └── RLP.sol ├── geth.js ├── main.js ├── merkle.js ├── migrations/ │ ├── 1_initial_migration.js │ └── 2_deploy_contracts.js ├── package.json ├── test/ │ ├── TestMinHeapLib.sol │ ├── TestPlasmaManager.sol │ ├── integration.js │ └── plasma_chain_manager.js ├── transaction.js ├── truffle-config.js ├── truffle.js └── utils.js