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 9,135 public repositories matching this topic...
In ethers-io/ethers.js#891 (comment), @ricmoo notes that he released a new version of the ethersproject abi coder that contains a "loose" reader for decoding logs for certain contracts built with solc 0.4.x.
This is a tracking issue to upgrade the dependency in web3-eth-abi [here](https://github.com/ethereum/web3.js/blob/1.x/packages/web3-eth-abi/packa
Error: There was a timeout while attempting to connect to the network.
Check to see that your provider is valid.
If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networ
Not exactly a bug, for for those who have been using Claimable in earlier versions of OZ (for the purpose of transferOwnership followed by claimOwnership) - what are the options in v2.0.0?
Relying solely on Ownable.transferOwnership lacks a safety mechanism for accidentally transferring the ownership to an incorrect address.
At present, the only alternative that I see is copying `Cla
Output Yul ASTs
It would be helpful/essential for verification tools to have access to the Yul ASTs that are generated throughout compilation via Yul.
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
-
Updated
Oct 2, 2020 - JavaScript
The fast, light, and robust client for Ethereum-like networks.
-
Updated
Oct 3, 2020 - Rust
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
-
Updated
Aug 6, 2020 - 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
Sep 18, 2020 - C
Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI
Example URI
ethereum:0x46c69f4424043e720a704330748cf3c593656b9c
To Reproduce
Steps to reproduce the behavior:
- Go to Send Transaction view
- Click on QR Code scanner
- Position QR Code in front of Webcam
- QR Code scanner closes
A guide to smart contract security best practices
-
Updated
May 22, 2020 - HTML
Quorum doesn't return a message error clearly specifying the cause of an error (from a user standpoint) when the transaction manager fails to Quorum (e.g: 400 bad request, ...).
System information
Release: 2.2.3
Expected behaviour
Helpful error message
Actual behaviour
invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash
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
May 25, 2020
Squeezer Framework - Build serverless dApps
-
Updated
May 9, 2019 - JavaScript
₿ A guide (for humans!) to cryto-currencies and their algos.
-
Updated
Oct 5, 2020
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
-
Updated
Oct 5, 2020 - JavaScript
Curated collection of blockchain & cryptocurrency resources.
-
Updated
Sep 23, 2020
Bug Report
Problem
In a private group chat that I created, assigned a name and act as an admin, I am unable to successfully change the name.
Expected behavior
[comment]: # Group chat name is able to be changed
Actual behavior
[comment]: # Group chat name is not able to be changed
Notes
For the developer who will be investigating. Is it related to anothe
Lightweight Java and Android library for integration with Ethereum clients
-
Updated
Oct 4, 2020 - Java
Pythonic Smart Contract Language for the EVM
-
Updated
Oct 6, 2020 - Python
Blockchain and Crytocurrency Resources
-
Updated
May 29, 2020
Personal blockchain for Ethereum development
-
Updated
May 24, 2020 - JavaScript
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks
-
Updated
Oct 1, 2020 - Python
It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.
Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures
If a test fails, then keep the
Raiden Network
-
Updated
Oct 6, 2020 - Python
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
-
Updated
Sep 23, 2020 - JavaScript
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia


I want to modify geth Log level by config files, not cmd .
is there some ways to solve ?
Please help me ~
Thanks