-
it would be great to add support for diffing Solidity.
For this we can use the existing support from solidity compiler solc
solc --ast-compact-json contract.sol
Flag `--ast-compact-json` …
-
### Component
Forge
### Describe the feature you would like
### tldr
The effect of `// forge-import: Contract.sol` is to add a contract to the list of contracts to be compiled (but it does n…
-
## Abstract
I want to be able to do the following inheritance structure:
```solidity
// SPDX-License-Identifier: MIT-1.0
pragma solidity ^0.8.28;
interface A {
function FOO() external …
-
## Comparing ink! and Solidity: A Smart Contract Showdown
### Description
Dive into the differences between ink! and Solidity. Explore their syntax, overflow protection, tooling, etc
### Reso…
-
File: CarPooling.sol
Focusing on key improvements to enhance the gas efficiency and clarity of the smart contract:
1. Using require Instead of if for Reverts:
Instead of using if statements…
-
https://github.com/privacy-scaling-explorations/zk-kit.solidity/blob/a4e7136d6771456d0118729f3f5fe3dc9f7a4148/packages/imt/contracts/BinaryIMT.sol#L44-L51
this is a private function, and is not use…
-
It should be presented in the form of a tutorial showing how to port a real-world Solidity smart contract to Tact.
This is related to #54, but for those familiar with how to program for the Ethere…
-
### Maintainer List
@dalloglio solidity-docs/.github#60
### Information for New Translators
To translate a page:
Check that no one else has claimed your page in the checklist and comments …
-
- It would be really helpful to add the steps about how to get the API-URL-Key and API-KEY, for newbies it's really hard to understand this part.
-
- 2.x文档内关于使用Java SDK压力测试部分,在按照文档内容下载Java SDK Demo后,第四步执行示例压力测试程序,需要手动新建solidity目录,将/root/fisco/java-sdk-demo/src/main/java/org/fisco/bcos/sdk/demo/contract/sol下的合约拷贝到/root/fisco/java-sdk-demo/dist/con…