evmone
aleth
evmone | aleth | |
---|---|---|
4 | 6 | |
887 | 3,870 | |
2.8% | - | |
9.5 | 2.3 | |
1 day ago | about 3 years ago | |
C++ | C++ | |
Apache License 2.0 | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
evmone
-
Daily General Discussion - August 26, 2022
Paweł Bylica announces evmone, "the fast Ethereum Virtual Machine implementation".
-
The Ethereum Virtual Machine (EVM) - What Is It and How to Make Business on It?
evmone - mostly in C++, with some CMake.
-
Understanding the Ethereum Virtual Machine (EVM)
evmone | Programming Language = C++
- Fixed
aleth
-
[AMA] We are the Go Ethereum (Geth) Team (18 August, 2022)
There was an official Python implementation (https://github.com/ethereum/pyethereum) and a C++ implementation (https://github.com/ethereum/aleth). Both have been discontinued. I think golang is a great language for blockchain clients as it is rather easy to write, comprehend and maintain while still being reasonably fast
-
C++ equivalent of web3.js or ethers.js
There’s aleth. It is fairly comprehensive but it’s no longer maintained.
- Why Vitalik Buterin Is Not Worried About Ethereum Crashing
-
Tired of paying miner fees?
do you mean cpp-ethereum? Ethminer may doesnt have updated github releases, but the code is still maintained if im not missing something. Last aur update was less then a month ago too.
-
Access Ethereum Name Service (ENS) from c/c++
Is it possible to access ENS from c/c++ code ? I found python, go and js libs for this task (I only want to resolve eth address to records of content). ? I have found https://github.com/ethereum/aleth, but from the first look it does not expose resolver in the way other libs do (at least at first sight).
-
How to access Ethereum transactions through C++?
Did you see this? https://github.com/ethereum/aleth (not completely sure it will help you, I just saw it's written in C++)
What are some alternatives?
syscoin - Syscoin is a crypto currency that is universally merge-mineable with a dual chain architecture both UTXO and EVM. The UTXO chain offers a data availability layer (Proof-Of-Data Availability) to offer censorship resistance for a rollup-driven roadmap.
nimbus-eth1 - Nimbus: an Ethereum Execution Client for Resource-Restricted Devices
ethereumjs-monorepo - Monorepo for the Ethereum VM TypeScript Implementation
rpc-endpoint - Flashbots RPC endpoint, to be used with wallets (eg. MetaMask)
py-evm - A Python implementation of the Ethereum Virtual Machine
pyethereum - Next generation cryptocurrency network
ethereumjs-vm - The Ethereum VM implemented in Javascript
ethminer - Ethereum miner with OpenCL, CUDA and stratum support
sputnikvm - A Blockchain Virtual Machine
go-ethereum - Go implementation of the Ethereum protocol
eEVM - Enclave ready EVM (eEVM) is an open-source, standalone, embeddable, C++ implementation of the Ethereum Virtual Machine.
nimbus-eth2 - Nim implementation of the Ethereum Beacon Chain