-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
Many dapps need to perform Ethereum ABI encoding. We recently discovered the libethc library, which provides C/C++ APIs for this purpose and could significantly reduce development effort for dapps written in C/C++. However, this library is not available as an official package in Debian, Ubuntu, or Alpine package managers, so we could instead provide it through machine-guest-tools.
Possible solutions
Build libethc in tools and provide shared libraries, static libraries, and development headers. Additionally, evaluate whether parts of libcmt that perform ABI encoding could be rewritten to use this library, potentially simplifying the implementation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo