Solidity
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on various blockchain platforms, most notably, Ethereum. The Solidity programming language is an open source, community project governed by a core team. The core team is sponsored by the Ethereum Foundation. The programs compiled by the Solidity are intended to be run on Ethereum Virtual Machine.
Here are 7,863 public repositories matching this topic...
-
Updated
Jan 31, 2022 - JavaScript
It would be useful information to surface the version of (managed) Ganache included with Truffle.
-
Updated
Feb 8, 2022
-
Updated
Feb 7, 2022 - CSS
-
Updated
Feb 4, 2022
-
Updated
Feb 7, 2022 - Java
-
Updated
Jan 10, 2022
-
Updated
Jan 26, 2022
-
Updated
Jan 30, 2022 - JavaScript
Description
Change links and references in the docs to run an Ethereum node from parity to openethereum, and change these references in the code too.
Motivation
Currently, docs about running an Ethereum node states that you can use parity-ethereum, but the project is no longer maintained.
There's also lots of comments and b
It is currently not possible to specify the chain ID for a hardhat network invoked with npx hardhat node through any means other than the config file. This means it is impossible to specify the --chain-id argument in the command line, or execute a chain host pragmatically with hre.run('node', { chainId: 100 }).
Please add the chainId parameter to the node command so it is possible to
-
Updated
Jan 31, 2022 - Python
-
Updated
Jan 25, 2022
Let's consider this source code:
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.11;
import "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgr
-
Updated
Feb 8, 2022 - C++
If user already uses prettier we should use:
- user installed prettier version
- user defined config (.prettierrc / package.json config)
This way we ensure that typechain generated code matches style with the rest of the codebase.
Overview
Currently when I run brownie console, it recompiles all the contracts. Apparently due to some issue which is not identified.
I only want to compile once with brownie compile -all. That's it.
I work on the frontend side, I don't modify the contracts, I just need a local fork and run some scripts.
Currently it's slow as hell
Component
Foundryup
Describe the feature you would like
Hey
Can we add the aarch64 Linux target to the nightly build? It would be nice so that me and other aarch64 Linux users won't need to rebuild from sources each time.
It should be just adding a few lines to [release.yml](https://github.com/gakonst/foundry/blob/63644de7dccb05a42f04f2829fd4007049607788/.github/workflows/rel
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Jan 18, 2022 - Solidity
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jan 31, 2022 - Go
-
Updated
Mar 2, 2021 - JavaScript
Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files
Created by Gavin Wood, Christian Reitwiessner, Alex Beregszaszi
Released August 2015
Latest release about 2 months ago
- Repository
- ethereum/solidity
- Website
- soliditylang.org
- Wikipedia
- Wikipedia


Apparently we have the
assertmacro disabled in CI, even in non-release builds - at least on Windows (see ethereum/solidity#12634 (comment)). While this macro is generally discouraged in our project in favor of thesolAssert()family of macros, we still do have them in some places and I think that they should