Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhw0/libethc
Open-source Ethereum C library
https://github.com/mhw0/libethc
abi ansi-c bitcoin blockchain c contracts cpp cryptocurrency ecdsa eip eth ethereum evm keccak256 opensource rlp smart-contracts solidity utils web3
Last synced: 3 months ago
JSON representation
Open-source Ethereum C library
- Host: GitHub
- URL: https://github.com/mhw0/libethc
- Owner: mhw0
- License: mit
- Created: 2021-11-13T13:40:03.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-11T22:24:40.000Z (4 months ago)
- Last Synced: 2024-07-13T00:31:19.575Z (4 months ago)
- Topics: abi, ansi-c, bitcoin, blockchain, c, contracts, cpp, cryptocurrency, ecdsa, eip, eth, ethereum, evm, keccak256, opensource, rlp, smart-contracts, solidity, utils, web3
- Language: C
- Homepage: https://mhw0.github.io/libethc/
- Size: 215 KB
- Stars: 46
- Watchers: 6
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-web3 - libethc - Open-source Ethereum library in ANSI C. (Software Development / C/C++)
README
# libethc
[![ci-unix](https://github.com/mhw0/libethc/actions/workflows/ci-unix.yaml/badge.svg)](https://github.com/mhw0/libethc/actions/workflows/ci-unix.yaml)
[![ci-docs](https://github.com/mhw0/libethc/actions/workflows/ci-docs.yaml/badge.svg)](https://github.com/mhw0/libethc/actions/workflows/ci-docs.yaml)
[![GitHub release](https://img.shields.io/github/v/release/mhw0/libethc?include_prereleases)](https://GitHub.com/mhw0/libethc/releases/)libethc is an open-source Ethereum library, but for C language. It comes with numerous utility functions that will help when interacting with the etheruem network. And all the functions are well tested, standardized and follow certain rules to keep the API/ABI stable.
Documentation: https://mhw0.github.io/libethc