# meth **Repository Path**: kt10/meth ## Basic Information - **Project Name**: meth - **Description**: No description available - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-31 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mgmt ethereum ## 整个项目分为两部分: > #### 底层的 meth(FIN with optional TODO),上层的 meth-web(TODO) > - meth 专责 cluster 智能管理 > - meth-web 专责业务逻辑组织 ## meth > - written in C > - listen at http://0.0.0.0:9527 > - jsonrpc-on-IPC with linux, jsonrpc-on-HTTP with freebsd #### TODO: > - add API docs > - add enough unit-tests to core mod > - impl node-role-mgmt > - impl cluster-custom ## meth-web > - will be written in Go or Rust > - TODO: ALL