Ethereum
Ethereum is a decentralized platform that runs contract-based applications without any possibility of downtime, censorship, fraud or third-party interference. Ethereum blockchain focuses on running the code of any decentralized application.
Here are 11,519 public repositories matching this topic...
🎉 Description
The ECDSA contract has a function toEthSignedMessage(bytes32), but we should have a function that works for any length of a bytes array:
function toEthSignedMessage(bytes s) pure internal returns (bytes32) {
return keccak256(
"\x19Ethereum Signed Message:\n",
uintToBytes(s.length),
s);
}
Where uintToBytes is implemented from an ideally
This came up in ethereum/solidity#11861 (comment).
Abstract
If you search the repo for Disabled because of Spacer nondeterminism, you'll see that we have quite a few SMTChecker tests where assertions had to be disabled due to results not being deterministic between platforms. The workaround is to comment-out these assertions, which disables them on all
Issue
The "Full Example" of using @truffle/contract to interact with contracts should include an example of listening to an event with a filter.
In the past, it used to be possible to pass a filter object on indexed event parameters when listening to an event, as seen for example [here](https://ethereum.
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
-
Updated
Sep 2, 2021 - JavaScript
The fast, light, and robust client for Ethereum-like networks.
-
Updated
Nov 1, 2020 - Rust
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
-
Updated
Aug 17, 2021 - Go
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
-
Updated
Aug 24, 2021 - C
A guide to smart contract security best practices
-
Updated
Aug 30, 2021 - HTML
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
The cpp-ethereum homepage is not exactly helpful... http://cpp-ethereum.org/ which just takes you to here: http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/ which only helps with building and installing.. and the only useful link is the "Running" which is only this: "Running eth without any argument will synchronise your node to the public blockchain. It is also possible to create or
The Comprehensive Ethereum Reading List
-
Updated
Feb 2, 2021
₿ A guide (for humans!) to cryto-currencies and their algos.
-
Updated
Oct 5, 2020
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
-
Updated
Sep 3, 2021 - Python
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
-
Updated
Aug 16, 2021 - JavaScript
Curated collection of blockchain & cryptocurrency resources.
-
Updated
Jul 16, 2021
Personal blockchain for Ethereum development
-
Updated
Aug 21, 2021 - JavaScript
Lightweight Java and Android library for integration with Ethereum clients
-
Updated
Sep 6, 2021 - Java
Pythonic Smart Contract Language for the EVM
-
Updated
Sep 6, 2021 - Python
Squeezer Framework - Build serverless dApps
-
Updated
May 9, 2019 - JavaScript
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips
-
Updated
May 10, 2021 - Ruby
Complete Ethereum library and wallet implementation in JavaScript.
-
Updated
Aug 31, 2021 - TypeScript
React-app warnings
When running yarn start, after compilation React complains with the following warnings:
Compiled with warnings.
./src/hooks/ContractLoader.js
Line 120:6: React Hook useEffect has missing dependencies: 'config.customAddresses', 'config.externalContracts', and 'config.hardhatContracts'. Either include them or remove the dependency array react-hooks/exhaustive-deps
./src/components/S
Dotenv hardhat
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies
-
Updated
Sep 5, 2021 - Go
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia


System information
Geth version:
1.10.2-stableOS & Version: Linux
Commit hash :
97d11b0187b4695ccf44e3b71b54155fe405a36fExpected behaviour
As mentioned here in the official guide, the following command would allow geth to push metrics data to InfluxDB.